summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-07-07 00:36:39 +0200
committereray orçunus <erayorcunus@gmail.com>2019-07-07 00:39:58 +0200
commitee8e16376b4d0fcb199762274946c16b8f42c04f (patch)
tree0aec680fb9460225c18231d26d78b75f522c2592 /src/config.h
parentGeneral fixes (diff)
parentsome work on vehicles (diff)
downloadre3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar.gz
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar.bz2
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar.lz
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar.xz
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.tar.zst
re3-ee8e16376b4d0fcb199762274946c16b8f42c04f.zip
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index a1e7335d..8cb02190 100644
--- a/src/config.h
+++ b/src/config.h
@@ -62,6 +62,9 @@ enum Config {
NUMPICKUPS = 336,
};
+// We'll use this once we're ready to become independent of the game
+// Use it to mark bugs in the code that will prevent the game from working then
+//#define STANDALONE
// We don't expect to compile for PS2 or Xbox
// but it might be interesting for documentation purposes