mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-14 00:17:38 +00:00
Use Uint64 in LegoCarBuild::Tickle for dTime
This commit is contained in:
parent
bc7980ae72
commit
1e0be389e3
@ -562,7 +562,7 @@ MxResult LegoCarBuild::Tickle()
|
|||||||
|
|
||||||
if (m_unk0x10a) {
|
if (m_unk0x10a) {
|
||||||
Uint64 time = SDL_GetTicks();
|
Uint64 time = SDL_GetTicks();
|
||||||
DWORD dTime = (time - m_unk0x10c) / 100;
|
Uint64 dTime = (time - m_unk0x10c) / 100;
|
||||||
|
|
||||||
if (m_carId == RaceCar_Actor) {
|
if (m_carId == RaceCar_Actor) {
|
||||||
switch (m_unk0x10a) {
|
switch (m_unk0x10a) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user