diff options
| author | Tom Overton <tom-overton@users.noreply.github.com> | 2024-02-29 19:01:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 20:01:29 -0700 |
| commit | 55a27a19353e0d5a0d8706ad1a5fcb877290b949 (patch) | |
| tree | 02384425d7197b942573321eef833111b954f5e5 /src/code/game.c | |
| parent | 26183fe65445602a9fbf5dbe7338be08a6bb8ec9 (diff) | |
Update `OPEN_DISPS`/`CLOSE_DISPS` macros, clean up various fake matches, and match `mSM_draw_mail` (#152)
* Update `OPEN_DISPS`/`CLOSE_DISPS` macros and match `mSM_draw_mail`
* Improve matches in `ac_train_window`
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/code/game.c b/src/code/game.c index beaf04f..a188125 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -108,9 +108,6 @@ void game_debug_draw_last(Game* game, GraphicsContext* gfxCtx) { gfxclose(gfxHead, gfx); POLY_OPA_DISP = gfx; - do { - } while (0); - CLOSE_DISPS(gfxCtx); } |
