summaryrefslogtreecommitdiff
path: root/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-12 19:38:41 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-12 19:38:41 +0000
commitbe3e653db3f7a636f9e6602d71bae80f97b20c70 (patch)
tree574ad9deeac872fb0cbc50fb59447de01f6ff72c /newgrf.h
parent208b4661813a01ec19c3592a5c16cd901e341294 (diff)
downloadopenttd-be3e653db3f7a636f9e6602d71bae80f97b20c70.tar.xz
(svn r7490) -Feature: Load a list of NewGRFs from the config (in the [newgrf-static] section) that should always be loaded. These will also be active during the intro screen, and in multiplayer games. Only "network-safe" NewGRFs are permitted, such as fonts and sprite replacement sets.
Diffstat (limited to 'newgrf.h')
-rw-r--r--newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf.h b/newgrf.h
index 77ed2f5bf..4d57ff4c9 100644
--- a/newgrf.h
+++ b/newgrf.h
@@ -8,6 +8,7 @@
typedef enum GrfLoadingStage {
GLS_FILESCAN,
+ GLS_SAFETYSCAN,
GLS_LABELSCAN,
GLS_INIT,
GLS_ACTIVATION,