From b5973f12e6553e094f2d94ccc6efcde54cc684d8 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 26 Oct 2007 20:48:15 +0000 Subject: (svn r11346) -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet. --- src/newgrf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf.h') 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 */ -- cgit v1.2.3-54-g00ecf