Skip to content

Commit

Permalink
Server: Fog: Move gmsgFog next to other gmsg variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed May 28, 2024
1 parent 63eb94f commit 40354d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game/server/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ int gmsgAllowSpec = 0;
int gmsgViewMode = 0;
int gmsgVGUIMenu = 0;
int gmsgStatusIcon = 0;
int gmsgFog = 0;

const char *const gCustomMessages[] = {
"IconInfo",
Expand All @@ -205,8 +206,6 @@ const char *const gCustomMessages[] = {
NULL
};

int gmsgFog = 0;

void LinkUserMessages(void)
{
// Already taken care of?
Expand Down

0 comments on commit 40354d9

Please sign in to comment.