TONY: Added FIXME for unsafe pointer conversion

This commit is contained in:
Paul Gilbert 2012-05-13 00:25:32 +10:00
parent d615f00540
commit 09afc8a1fa

View file

@ -371,6 +371,7 @@ void RMGfxEngine::InitCustomDll(void) {
SetupGlobalVars(&m_tony, &m_point, &_vm->_theBoxes, &m_loc, &m_inv, &m_input);
}
// FIXME: Casting nPattern from int to RMGfxEngine *
void RMGfxEngine::ItemIrq(uint32 dwItem, int nPattern, int nStatus) {
static RMGfxEngine *This = NULL;
RMItem *item;