summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-08-30 22:24:39 +0200
committerGitHub <noreply@github.com>2020-08-30 22:24:39 +0200
commitb7456c604db963cd7ec065b896d23640d5713167 (patch)
tree190857b8b0db08b78a17fb5bdfaefa29768834aa /src/core/Frontend.cpp
parentstupid zone load fix (diff)
parentCGame done, Peds, fixes (diff)
downloadre3-b7456c604db963cd7ec065b896d23640d5713167.tar
re3-b7456c604db963cd7ec065b896d23640d5713167.tar.gz
re3-b7456c604db963cd7ec065b896d23640d5713167.tar.bz2
re3-b7456c604db963cd7ec065b896d23640d5713167.tar.lz
re3-b7456c604db963cd7ec065b896d23640d5713167.tar.xz
re3-b7456c604db963cd7ec065b896d23640d5713167.tar.zst
re3-b7456c604db963cd7ec065b896d23640d5713167.zip
Diffstat (limited to 'src/core/Frontend.cpp')
-rw-r--r--src/core/Frontend.cpp5
1 files changed, 3 insertions, 2 deletions
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();