diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 15:23:40 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 15:23:40 +0100 |
commit | 34b18815286938176b0462ba5a97ea03195409fb (patch) | |
tree | 62e01aacd06b12acb897dc48b45ca800ed77d44d /src/core/config.h | |
parent | bullet traces fixes (diff) | |
download | re3-34b18815286938176b0462ba5a97ea03195409fb.tar re3-34b18815286938176b0462ba5a97ea03195409fb.tar.gz re3-34b18815286938176b0462ba5a97ea03195409fb.tar.bz2 re3-34b18815286938176b0462ba5a97ea03195409fb.tar.lz re3-34b18815286938176b0462ba5a97ea03195409fb.tar.xz re3-34b18815286938176b0462ba5a97ea03195409fb.tar.zst re3-34b18815286938176b0462ba5a97ea03195409fb.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 8d52dac4..c1f96eea 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -1,6 +1,8 @@ #pragma once enum Config { + NUMPLAYERS = 1, + NUMCDIMAGES = 12, // gta3.img duplicates (not used on PC) MAX_CDIMAGES = 8, // additional cdimages MAX_CDCHANNELS = 5, @@ -99,6 +101,8 @@ enum Config { NUMVISIBLEENTITIES = 2000, NUMINVISIBLEENTITIES = 150, + + NUM_CONSOLEMESSAGES = 8 }; // We'll use this once we're ready to become independent of the game |