diff options
-rw-r--r-- | engines/scumm/he/moonbase/net_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/moonbase/net_main.cpp b/engines/scumm/he/moonbase/net_main.cpp index 4c82de421d..013924304b 100644 --- a/engines/scumm/he/moonbase/net_main.cpp +++ b/engines/scumm/he/moonbase/net_main.cpp @@ -447,7 +447,7 @@ int Net::remoteSendData(int typeOfSend, int sendTypeParam, int type, Common::Str if (!wait) return 0; - int timeout = g_system->getMillis() + 1000; + uint32 timeout = g_system->getMillis() + 1000; while (g_system->getMillis() < timeout) { if (remoteReceiveData()) { |