1
0
Fork 0

(svn r2054) -CodeChange: Removed an unused enum

release/0.4.5
celestar 2005-03-25 09:44:17 +00:00
parent b721a08ef2
commit 75bc6cd7e7
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ enum {
INVALID_SLOT = 0xFFFF,
NUM_SLOTS = 2,
ROAD_STOP_LIMIT = 8,
NUM_ROAD_STOPS = 250,
};
typedef struct RoadStop {