summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
authorMaide <34639600+Kelebek1@users.noreply.github.com>2023-08-16 19:11:19 +0100
committerGitHub <noreply@github.com>2023-08-16 11:11:19 -0700
commitfca5307ea908606c40c051d4c366ed8dcf077258 (patch)
treee7cbc4524c9510a935c62ab191eeeefa11374687 /src/code/game.c
parentc7a746e71e310a23ba43a7208b9c83d2d1d483ee (diff)
m_play (#50)
* m_play * Some warnings * lots of function renames from the gcn version * fix warnings * format * a * a * PR * PR2 --------- Co-authored-by: Maide <you@example.com> Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 1c634ba..03677a8 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -107,6 +107,9 @@ void game_debug_draw_last(GameState* gameState, GraphicsContext* gfxCtx) {
gfxclose(gfxHead, gfx);
POLY_OPA_DISP = gfx;
+ do {
+ } while (0);
+
CLOSE_DISPS(gfxCtx);
}