Use MainCallback wherever posible (#2184)
This commit is contained in:
@@ -326,7 +326,7 @@ static void CB2_ReturnToTitleScreen(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
SetMainCallback2((MainCallback)gGameContinueCallback);
|
||||
SetMainCallback2(gGameContinueCallback);
|
||||
gGameContinueCallback = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user