mirror of
https://github.com/halpz/re3.git
synced 2025-07-05 00:00:45 +00:00
implemented CPlane
This commit is contained in:
@ -744,7 +744,7 @@ CFileLoader::LoadVehicleObject(const char *line)
|
||||
}else if(strncmp(type, "heli", 5) == 0){
|
||||
mi->m_vehicleType = VEHICLE_TYPE_HELI;
|
||||
}else if(strncmp(type, "plane", 6) == 0){
|
||||
mi->m_wheelId = misc;
|
||||
mi->m_planeLodId = misc;
|
||||
mi->m_wheelScale = 1.0f;
|
||||
mi->m_vehicleType = VEHICLE_TYPE_PLANE;
|
||||
}else if(strncmp(type, "bike", 5) == 0){
|
||||
|
@ -121,3 +121,4 @@ enum Config {
|
||||
#define KANGAROO_CHEAT
|
||||
#define ASPECT_RATIO_SCALE
|
||||
#define USE_DEBUG_SCRIPT_LOADER
|
||||
#define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher
|
||||
|
Reference in New Issue
Block a user