Use Uint64 in LegoCarBuild::Tickle for dTime

This commit is contained in:
Anonymous Maarten 2024-12-25 00:56:28 +00:00 committed by GitHub
parent bc7980ae72
commit 1e0be389e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -562,7 +562,7 @@ MxResult LegoCarBuild::Tickle()
if (m_unk0x10a) {
Uint64 time = SDL_GetTicks();
DWORD dTime = (time - m_unk0x10c) / 100;
Uint64 dTime = (time - m_unk0x10c) / 100;
if (m_carId == RaceCar_Actor) {
switch (m_unk0x10a) {