diff options
| author | fig02 <fig02srl@gmail.com> | 2020-06-13 22:59:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-13 22:59:58 -0400 |
| commit | 031d946db7134194b03a7b08018944ee0b0db7df (patch) | |
| tree | 5402070e1c3b5fb67284538c4a4e277c3520abf5 /src/code/game.c | |
| parent | df3bfbc16885008e7ce69f8a84d1715b13d4029f (diff) | |
z_select decompiled, 1 non matching left (#202)
* First pass z_select
* lots of progress. 2 non matchings and data stuff needed
* match Select_LoadGame
* z_select almost ok, 1 func left
* remove comments
* remove comments and add description
* remove unused flg_set asm
* set_next_gamestate macro
* pr suggestions 1
* pr suggestions 2
* map -> scene
* pr suggestions 3
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/game.c b/src/code/game.c index 5144c4ac9..2584e0cf5 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -175,11 +175,11 @@ void GameState_Draw(GameState* gameState, GraphicsContext* gfxCtx) { } if (R_ENABLE_AUDIO_DBG & 1) { - GfxPrint_Ctor(&printChars); + GfxPrint_Init(&printChars); GfxPrint_Open(&printChars, newDList); func_800EEA50(&printChars); newDList = GfxPrint_Close(&printChars); - GfxPrint_Dtor(&printChars); + GfxPrint_Destroy(&printChars); } if (R_ENABLE_ARENA_DBG < 0) { |
