Merge pull request #2082 from shachar700/patch-2
Update vars.h (cleanup)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#define VARS_START 0x4000
|
#define VARS_START 0x4000
|
||||||
|
|
||||||
// temporary vars
|
// temporary vars
|
||||||
// The first 0x10 vars are are temporary--they are cleared every time a map is loaded.
|
// The first 0x10 vars are temporary--they are cleared every time a map is loaded.
|
||||||
#define TEMP_VARS_START 0x4000
|
#define TEMP_VARS_START 0x4000
|
||||||
#define VAR_TEMP_0 (TEMP_VARS_START + 0x0)
|
#define VAR_TEMP_0 (TEMP_VARS_START + 0x0)
|
||||||
#define VAR_TEMP_1 (TEMP_VARS_START + 0x1)
|
#define VAR_TEMP_1 (TEMP_VARS_START + 0x1)
|
||||||
|
|||||||
Reference in New Issue
Block a user