From 4b081155a9f62ccc0bf46245cd2219cfb9324cd9 Mon Sep 17 00:00:00 2001 From: Prakxo <87568477+Prakxo@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:24:09 +0100 Subject: ac_weather_sakura OK (#157) * weather werk * ac_weather OK * format * review * sakura werk * sakura ok * format * proto comments --- src/code/game.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/game.c') diff --git a/src/code/game.c b/src/code/game.c index a188125..5a3ae33 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -208,7 +208,7 @@ void game_main(Game* game) { gfxCtx->unk_2F0 = 0xA; func_800D2E00_jp(game); - game->unk_A0++; + game->frameCounter++; } void game_init_hyral(Game* game, size_t size) { @@ -263,7 +263,7 @@ void game_ct(Game* game, GameStateFunc init, GraphicsContext* gfxCtx) { mCon_ct(game); - game->unk_A0 = 0; + game->frameCounter = 0; game->main = NULL; game->destroy = NULL; game->running = true; -- cgit v1.2.3