aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-08 15:46:47 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-08 15:46:47 +0300
commit74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd (patch)
treeebe621b0d748a1a8854760cdfbd227ce7d93d164 /src/core/re3.cpp
parent9cc12018928b73acccd575970a6e4dbcb5b460ac (diff)
parent668311a444a350dea9f23e5828722a5f40e7a3d5 (diff)
merge
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 98a51909..7a3be156 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -130,7 +130,7 @@ void LangJapSelect(int8 action)
void
CustomFrontendOptionsPopulate(void)
{
- // Moved to an array in MenuScreensCustom.cpp, but APIs are still available. see frontendoption.h
+ // Most of custom options are done statically in MenuScreensCustom.cpp, we add them here only if they're dependent to extra files
int fd;
// These work only if we have neo folder, so they're dynamically added
@@ -1271,7 +1271,9 @@ void re3_trace(const char *filename, unsigned int lineno, const char *func, cons
OutputDebugString(buff);
}
+#endif
+#ifndef MASTER
void re3_usererror(const char *format, ...)
{
va_list va;