mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
Add some TODO stubs for unused code to be reversed
This commit is contained in:
@ -536,7 +536,7 @@ CVehicleModelInfo::SetVehicleComponentFlags(RwFrame *frame, uint32 flags)
|
||||
{
|
||||
tHandlingData *handling;
|
||||
|
||||
handling = mod_HandlingManager.GetHandlingData((eHandlingId)m_handlingId);
|
||||
handling = mod_HandlingManager.GetHandlingData((tVehicleType)m_handlingId);
|
||||
|
||||
#define SETFLAGS(f) RwFrameForAllObjects(frame, SetAtomicFlagCB, (void*)(f))
|
||||
|
||||
|
Reference in New Issue
Block a user