diff --git a/src/game/game_init.c b/src/game/game_init.c index 4603acc..511bae2 100644 --- a/src/game/game_init.c +++ b/src/game/game_init.c @@ -306,7 +306,7 @@ void rendering_init(void) { } void config_gfx_pool(void) { - gGfxPool = &gGfxPools[gGlobalTimer % 2]; + gGfxPool = &gGfxPools[gGlobalTimer % GFX_NUM_POOLS]; set_segment_base_addr(1, gGfxPool->buffer); gGfxSPTask = &gGfxPool->spTask; gDisplayListHead = gGfxPool->buffer;