mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 17:27:19 -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:
@@ -707,7 +707,7 @@ int dDbgCamera_c::cmdTool() {
|
||||
default:
|
||||
return 1;
|
||||
}
|
||||
} else if (dComIfGp_event_runCheck() == 0) {
|
||||
} else if (!dComIfGp_event_runCheck()) {
|
||||
mIsPlaying = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user