(svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet.

This commit is contained in:
belugas
2007-10-26 20:48:15 +00:00
parent 411b1ff9db
commit b5973f12e6
2 changed files with 3 additions and 1 deletions

View File

@@ -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 */