Skip to content

Commit

Permalink
avoid configstring index clash with base_entranced
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Feb 27, 2024
1 parent 1e8a799 commit 5c3078b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codemp/game/bg_public.h
Expand Up @@ -111,7 +111,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#define CS_FLAGSTATUS 23 // string indicating flag status in CTF
#define CS_SHADERSTATE 24
#define CS_BOTINFO 25
#define CS_LEGACY_FIXES 26

#define CS_ITEMS 27 // string of 0's and 1's that tell which items are present

#define CS_CLIENT_JEDIMASTER 28 // current jedi master
Expand All @@ -120,6 +120,8 @@ along with this program; if not, see <http://www.gnu.org/licenses/>.
#define CS_CLIENT_DUELHEALTHS 31 // nmckenzie: DUEL_HEALTH. Hopefully adding this cs is safe and good?
#define CS_GLOBAL_AMBIENT_SET 32

#define CS_LEGACY_FIXES 36

#define CS_AMBIENT_SET 37

#define CS_SIEGE_STATE (CS_AMBIENT_SET+MAX_AMBIENT_SETS)
Expand Down

0 comments on commit 5c3078b

Please sign in to comment.