From 21df17994199cc23a70f9713592834c76eccbb10 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Wed, 3 Dec 2025 23:30:30 +0200 Subject: [PATCH] Set function static --- Strategic/Game Events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strategic/Game Events.cpp b/Strategic/Game Events.cpp index b78a6172..413622c5 100644 --- a/Strategic/Game Events.cpp +++ b/Strategic/Game Events.cpp @@ -214,7 +214,7 @@ BOOLEAN DeleteEventsWithDeletionPending() } -void AdjustClockToEventStamp( STRATEGICEVENT *pEvent, UINT32 *puiAdjustment ) +static void AdjustClockToEventStamp( STRATEGICEVENT *pEvent, UINT32 *puiAdjustment ) { UINT32 uiDiff;