Skip to content

Commit a53febb

Browse files
authored
Merge pull request #626 from TheByKotik/patch-2
Fix new warning on SM 1.10.
2 parents fcbcbd7 + 9ad6898 commit a53febb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

game/addons/sourcemod/scripting/sbpp_comms.sp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ int ConfigWhiteListOnly = 0;
122122
int serverID = 0;
123123

124124
/* List menu */
125-
enum PeskyPanels
125+
enum
126126
{
127127
curTarget,
128128
curIndex,
129129
viewingMute,
130130
viewingGag,
131131
viewingList,
132-
}
132+
PeskyPanels,
133+
};
133134
int g_iPeskyPanels[MAXPLAYERS + 1][PeskyPanels];
134135

135136
bool g_bPlayerStatus[MAXPLAYERS + 1]; // Player block check status

0 commit comments

Comments
 (0)