mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 03:31:15 +00:00
fix
This commit is contained in:
parent
4500fd08ef
commit
61cd76c5cc
@ -69,7 +69,7 @@ class Isle : public LegoWorld {
|
|||||||
Helicopter* m_helicopter; // 0x110
|
Helicopter* m_helicopter; // 0x110
|
||||||
Bike* m_bike; // 0x114
|
Bike* m_bike; // 0x114
|
||||||
DuneBuggy* m_dunebuggy; // 0x118
|
DuneBuggy* m_dunebuggy; // 0x118
|
||||||
Motocycle* m_motocycle; // 0x11c
|
Motocycle* m_motocycle; // 0x11c
|
||||||
SkateBoard* m_skateboard; // 0x120
|
SkateBoard* m_skateboard; // 0x120
|
||||||
RaceCar* m_racecar; // 0x124
|
RaceCar* m_racecar; // 0x124
|
||||||
Jetski* m_jetski; // 0x128
|
Jetski* m_jetski; // 0x128
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
X(RaceCar) \
|
X(RaceCar) \
|
||||||
X(Jetski) \
|
X(Jetski) \
|
||||||
X(Bike) \
|
X(Bike) \
|
||||||
X(Motocycle) \
|
X(Motocycle) \
|
||||||
X(Ambulance) \
|
X(Ambulance) \
|
||||||
X(AmbulanceMissionState) \
|
X(AmbulanceMissionState) \
|
||||||
X(TowTrack) \
|
X(TowTrack) \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user