mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-08 08:55:17 +00:00
[iQue] Match z_end_title, z_construct, z_common_data, z_parameter, z_title, z_opening (#2424)
* [iQue] Match z_end_title * [iQue] Match z_construct * [iQue] Match z_common_data * [iQue] Match z_parameter * [iQue] Match z_title, z_opening * Actually match z_parameter * Give up on stack issues * this->exit = true
This commit is contained in:
parent
e2ed5568e5
commit
2b9b7a40b0
7 changed files with 67 additions and 47 deletions
|
@ -105,12 +105,12 @@
|
|||
#define LOG_FLOAT(exp, value, file, line) LOG(exp, value, "%f", file, line)
|
||||
|
||||
#define SET_NEXT_GAMESTATE(curState, newInit, newStruct) \
|
||||
do { \
|
||||
if (1) { \
|
||||
GameState* state = curState; \
|
||||
\
|
||||
(state)->init = newInit; \
|
||||
(state)->size = sizeof(newStruct); \
|
||||
} while (0)
|
||||
} (void)0
|
||||
|
||||
#if DEBUG_FEATURES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue