equal
deleted
inserted
replaced
45 REF_ORDER = 0, |
45 REF_ORDER = 0, |
46 REF_VEHICLE = 1, |
46 REF_VEHICLE = 1, |
47 REF_STATION = 2, |
47 REF_STATION = 2, |
48 REF_TOWN = 3, |
48 REF_TOWN = 3, |
49 REF_VEHICLE_OLD = 4, |
49 REF_VEHICLE_OLD = 4, |
50 REF_ROADSTOPS = 5 |
50 REF_ROADSTOPS = 5, |
|
51 REF_ENGINE_RENEWS = 6, |
51 } SLRefType; |
52 } SLRefType; |
52 |
53 |
53 |
54 |
54 extern uint16 _sl_version; /// the major savegame version identifier |
55 extern uint16 _sl_version; /// the major savegame version identifier |
55 extern byte _sl_minor_version; /// the minor savegame version, DO NOT USE! |
56 extern byte _sl_minor_version; /// the minor savegame version, DO NOT USE! |