mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 10:11:43 -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:
+1
-1
@@ -189,7 +189,7 @@ static int dScnPly_Execute(dScnPly_c* i_this) {
|
||||
dKy_itudemo_se();
|
||||
if (!dComIfGp_isPauseFlag()) {
|
||||
dDemo_c::update();
|
||||
dComIfGp_getEvent().Step();
|
||||
dComIfGp_getEvent()->Step();
|
||||
dComIfGp_getAttention()->Run();
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user