mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 09:33:37 +00:00
Use fixed-width tick counts in tutorial timing
This commit is contained in:
parent
1265358aec
commit
52eb80c3eb
|
|
@ -1634,7 +1634,7 @@ bool Tutorial::setMessage(TutorialHint *hint, PopupMessageDetails *message)
|
|||
bool hintsOn = m_isFullTutorial || (app.GetGameSettings(m_iPad,eGameSetting_Hints) && app.GetGameSettings(m_iPad,eGameSetting_DisplayHUD));
|
||||
|
||||
bool messageShown = false;
|
||||
DWORD time = GetTickCount();
|
||||
std::uint32_t time = GetTickCount();
|
||||
if(message != NULL && (message->m_forceDisplay || hintsOn) &&
|
||||
(!message->m_delay ||
|
||||
(
|
||||
|
|
|
|||
Loading…
Reference in a new issue