summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-08-30 23:07:38 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-08-30 23:07:38 +0200
commit4ffca8954fb8b95142de7d32821f4b2dae79a553 (patch)
tree55f8b82c25d60628ae1361c6c87519f2f4023a1c /src/core/Frontend.cpp
parentscript inaccuracy (diff)
parentMerge pull request #697 from erorcun/miami (diff)
downloadre3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar.gz
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar.bz2
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar.lz
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar.xz
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.tar.zst
re3-4ffca8954fb8b95142de7d32821f4b2dae79a553.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();