File diff r2847:8df2aeef9e0e → r2848:ae67043fa1f1
saveload.h
Show inline comments
 
@@ -47,7 +47,8 @@ typedef enum SLRefType {
 
	REF_STATION     = 2,
 
	REF_TOWN        = 3,
 
	REF_VEHICLE_OLD = 4,
 
	REF_ROADSTOPS   = 5
 
	REF_ROADSTOPS   = 5,
 
	REF_ENGINE_RENEWS = 6,
 
} SLRefType;