z_play.c OK (#701)

* z_play.c OK

* Change ~0x13 -> -20

* Back to hex
This commit is contained in:
Synray
2021-02-15 09:29:06 -08:00
committed by GitHub
parent 5bc23f58f8
commit 79c8accfab
6 changed files with 51 additions and 3164 deletions
+4 -2
View File
@@ -75,8 +75,10 @@
#define LOG_FLOAT(exp, value, file, line) LOG(exp, value, "%f", file, line)
#define SET_NEXT_GAMESTATE(curState, newInit, newStruct) \
(curState)->init = newInit; \
(curState)->size = sizeof(newStruct)
do { \
(curState)->init = newInit; \
(curState)->size = sizeof(newStruct); \
} while (0)
#define SET_FULLSCREEN_VIEWPORT(view) \
{ \