Clean up some fakematches, mostly around gameInfo loads (#2862)

This commit is contained in:
Max Roncace
2025-11-25 15:30:14 -05:00
committed by GitHub
parent 7ca9ef46db
commit 360bad3995
10 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -4016,7 +4016,7 @@ static const char* tex_name[] = {"tt_heart_00.bti", "tt_heart_01.bti", "tt_heart
*/
bool dMeter2Draw_c::getCanoeFishing() {
if (!strcmp(dComIfGp_getStartStageName(), "F_SP127") &&
g_dComIfG_gameInfo.play.mPlayer[0]->checkCanoeRide())
((daPy_py_c*)dComIfGp_getPlayer(0))->checkCanoeRide())
{
return TRUE;
} else {