summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index c62cc78fa..3d6b7a5fd 100644
--- a/variables.h
+++ b/variables.h
@@ -431,6 +431,9 @@ VARDEF SignStruct *_new_sign_struct;
/* tunnelbridge */
#define MAX_BRIDGES 13
+/* Autoreplace vehicle stuff*/
+VARDEF byte _autoreplace_array[255];
+
/* Debugging levels */
VARDEF int _debug_spritecache_level;
VARDEF int _debug_misc_level;