mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 20:40:33 +00:00
Add some TODO stubs for unused code to be reversed
This commit is contained in:
parent
b6da31cfaa
commit
833bf4a619
13 changed files with 215 additions and 14 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue