From 1bc6242caac5261dfd74be55027aa033f7a297a4 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 4 Apr 2022 22:28:16 +0200 Subject: Streamlined game loops --- StarsEx/StarServer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'StarsEx/StarServer.h') diff --git a/StarsEx/StarServer.h b/StarsEx/StarServer.h index 3e8a722..fa4828d 100644 --- a/StarsEx/StarServer.h +++ b/StarsEx/StarServer.h @@ -51,7 +51,6 @@ public: protected: - virtual bool GameLoop(); virtual void UpdateWorld(); virtual void InstantiateMission(); -- cgit v1.1