mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 13:23:46 +00:00
(svn r12471) -Codechange: move SignID to a more logical location.
This commit is contained in:
parent
4c63dd074e
commit
0f552a88a7
@ -20,7 +20,6 @@ typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C
|
|||||||
|
|
||||||
/* IDs used in Pools */
|
/* IDs used in Pools */
|
||||||
typedef uint16 WaypointID;
|
typedef uint16 WaypointID;
|
||||||
typedef uint16 SignID;
|
|
||||||
typedef uint16 EngineRenewID;
|
typedef uint16 EngineRenewID;
|
||||||
|
|
||||||
enum GameModes {
|
enum GameModes {
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "oldpool.h"
|
#include "oldpool.h"
|
||||||
|
|
||||||
|
typedef uint16 SignID;
|
||||||
struct Sign;
|
struct Sign;
|
||||||
DECLARE_OLD_POOL(Sign, Sign, 2, 16000)
|
DECLARE_OLD_POOL(Sign, Sign, 2, 16000)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user