From 3e549a7d4484340d8d71500a7e61f81f403f48cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Sat, 29 Aug 2020 19:22:25 +0300 Subject: CGame done, Peds, fixes --- src/core/Frontend.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/Frontend.cpp') diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index c55b139c..715e9061 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -3507,8 +3507,9 @@ CMenuManager::Process(void) UserInput(); ProcessFileActions(); DMAudio.Service(); - - // Game calls some texture pool cleanup functions in here +#ifdef USE_TEXTURE_POOL + // TODO +#endif } SwitchMenuOnAndOff(); -- cgit v1.2.3