mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Merge branch 'master' into ExtraMercs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "jascreens.h"
|
||||
#include "screenids.h"
|
||||
#include "Items.h"
|
||||
#include "Random.h"
|
||||
#include "random.h"
|
||||
#include "finances.h"
|
||||
#include "history.h"
|
||||
#include "Dialogue Control.h"
|
||||
@@ -86,6 +86,11 @@ CHAR16 zString[128];
|
||||
if(is_networked)
|
||||
return;
|
||||
|
||||
if (stopTimeCompressionNextHour)
|
||||
{
|
||||
SetGameTimeCompressionLevel( TIME_COMPRESS_X0);
|
||||
}
|
||||
|
||||
// hourly update of town loyalty
|
||||
HandleTownLoyalty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user