src/openttd.h
changeset 7889 f167f5959c24
parent 7831 5dded9b03500
child 7990 70039e33e893
--- a/src/openttd.h	Fri Aug 03 02:21:10 2007 +0000
+++ b/src/openttd.h	Fri Aug 03 09:08:49 2007 +0000
@@ -51,7 +51,7 @@
 typedef uint16 EngineID;
 typedef uint16 UnitID;
 typedef uint16 StringID;
-#define INVALID_STRING_ID 0xFFFF
+static const StringID INVALID_STRING_ID = 0xFFFF;
 
 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)