Changeset - r8772:fb76508ac3ff
[Not reviewed]
master
0 2 0
rubidium - 16 years ago 2008-03-28 16:36:59
rubidium@openttd.org
(svn r12471) -Codechange: move SignID to a more logical location.
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/openttd.h
Show inline comments
 
@@ -20,7 +20,6 @@ typedef EngineID *EngineList; ///< engin
 

	
 
/* IDs used in Pools */
 
typedef uint16 WaypointID;
 
typedef uint16 SignID;
 
typedef uint16 EngineRenewID;
 

	
 
enum GameModes {
src/signs.h
Show inline comments
 
@@ -7,6 +7,7 @@
 

	
 
#include "oldpool.h"
 

	
 
typedef uint16 SignID;
 
struct Sign;
 
DECLARE_OLD_POOL(Sign, Sign, 2, 16000)
 

	
0 comments (0 inline, 0 general)