mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-19 16:39:24 +01:00
Fix static string array type.
Set the static array flagDefs constant. Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -4230,7 +4230,7 @@ idMultiplayerGame::GetTeamFlag
|
||||
================
|
||||
*/
|
||||
void idMultiplayerGame::FindTeamFlags( void ) {
|
||||
char * flagDefs[2] =
|
||||
const char * flagDefs[2] =
|
||||
{
|
||||
"team_CTF_redflag",
|
||||
"team_CTF_blueflag"
|
||||
|
||||
Reference in New Issue
Block a user