mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Better super calls
This commit is contained in:
parent
1102d8fdc1
commit
86ef62ed85
@ -99,7 +99,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
((Menu*)this)->runLogic();
|
||||
Menu::runLogic();
|
||||
}
|
||||
|
||||
void pushEvent(SDL_Event *ev)
|
||||
@ -107,7 +107,7 @@ public:
|
||||
if (this->dialogue)
|
||||
this->dialogue->pushEvent(ev);
|
||||
else
|
||||
((Menu*)this)->pushEvent(ev);
|
||||
Menu::pushEvent(ev);
|
||||
}
|
||||
|
||||
virtual void selectCallback(int which)
|
||||
|
Loading…
Reference in New Issue
Block a user