Skip to content

Commit

Permalink
Fix static string array type.
Browse files Browse the repository at this point in the history
Set the static array flagDefs constant.

Signed-off-by: XoD <xoddark@gmail.com>
  • Loading branch information
XoD committed Dec 19, 2011
1 parent 1ec811c commit ea5445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/d3xp/MultiplayerGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4230,7 +4230,7 @@ idMultiplayerGame::GetTeamFlag
================
*/
void idMultiplayerGame::FindTeamFlags( void ) {
char * flagDefs[2] =
const char * flagDefs[2] =
{
"team_CTF_redflag",
"team_CTF_blueflag"
Expand Down

0 comments on commit ea5445e

Please sign in to comment.