mirror of
https://github.com/halpz/re3.git
synced 2025-07-07 01:08:52 +00:00
fix some breakage
This commit is contained in:
@ -275,6 +275,10 @@ RemoveWheelCB(RwObject *object, void *arg)
|
||||
void
|
||||
CVehicleModelInfo::RemoveWheels(void)
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if(m_clump == nil)
|
||||
return;
|
||||
#endif
|
||||
RwObjectNameIdAssocation *desc = ms_vehicleDescs[m_vehicleType];
|
||||
for(int i = 0; desc[i].name; i++){
|
||||
RwObjectIdAssociation assoc;
|
||||
|
Reference in New Issue
Block a user