Skip to content

Commit

Permalink
Use kGameTypeCoop enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tmyqlfpir committed Feb 15, 2024
1 parent 2f2a1a9 commit 3ae90b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blood/src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ void playerStart(int nPlayer, int bNewLevel)
ZONE* pStartZone = NULL;

// normal start position
if (gGameOptions.nGameType <= 1)
if (gGameOptions.nGameType <= kGameTypeCoop)
pStartZone = &gStartZone[nPlayer];

#ifdef NOONE_EXTENSIONS
Expand Down

0 comments on commit 3ae90b7

Please sign in to comment.