mirror of
https://github.com/halpz/re3.git
synced 2025-04-30 06:27:59 +03:00
made code use TimeStepIn(Milli)Seconds; purged unnecessary inlines
This commit is contained in:
parent
b515ce4730
commit
533f265f55
11 changed files with 114 additions and 112 deletions
|
@ -151,7 +151,7 @@ bool CUpsideDownCarCheck::IsCarUpsideDown(int32 id)
|
|||
|
||||
void CUpsideDownCarCheck::UpdateTimers()
|
||||
{
|
||||
uint32 timeStep = CTimer::GetFrameTimeStepInMilliseconds();
|
||||
uint32 timeStep = CTimer::GetTimeStepInMilliseconds();
|
||||
for (int i = 0; i < MAX_UPSIDEDOWN_CAR_CHECKS; i++){
|
||||
CVehicle* v = CPools::GetVehiclePool()->GetAt(m_sCars[i].m_nVehicleIndex);
|
||||
if (v){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue