Added Right Click to time compression to fast forward a single hour

This commit is contained in:
Buscher
2025-08-24 15:06:10 -03:00
committed by majcosta
parent 3c44f133fd
commit 1004ab6c8c
5 changed files with 36 additions and 1 deletions
+5
View File
@@ -86,6 +86,11 @@ CHAR16 zString[128];
if(is_networked)
return;
if (stopTimeCompressionNextHour)
{
SetGameTimeCompressionLevel( TIME_COMPRESS_X0);
}
// hourly update of town loyalty
HandleTownLoyalty();