summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-10-26 20:48:15 +0000
committerbelugas <belugas@openttd.org>2007-10-26 20:48:15 +0000
commitb604d405848b4e3cc34ca1bdfd0fff7ad6e3c961 (patch)
tree24dbee60b9c8bcc8dbf5d06eed759edc5848aedd /src/newgrf.h
parent7ebb45468f90953dabad901f1d0c29c01f6a6e4b (diff)
downloadopenttd-b604d405848b4e3cc34ca1bdfd0fff7ad6e3c961.tar.xz
(svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 7fc95380f..93245b390 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -92,6 +92,7 @@ struct GRFLoadedFeatures {
bool has_2CC; ///< Set if any vehicle is loaded which uses 2cc (two company colours).
bool has_newhouses; ///< Set if there are any newhouses loaded.
bool has_newindustries; ///< Set if there are any newindustries loaded.
+ bool has_newwater; ///< Set it there are any newwater grf loaded
};
/* Indicates which are the newgrf features currently loaded ingame */