mirror of
https://github.com/zeldaret/tp
synced 2026-06-24 09:41:32 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
@@ -1417,7 +1417,7 @@ BOOL dMw_c::dMw_isPush_S_Button() {
|
||||
}
|
||||
|
||||
bool dMw_c::isPauseReady() {
|
||||
if (dComIfGp_getEvent().checkCompulsory() || dComIfGs_getLife() == 0) {
|
||||
if (dComIfGp_getEvent()->checkCompulsory() || dComIfGs_getLife() == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user