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 fastEntityList constant.

Signed-off-by: XoD <xoddark@gmail.com>
  • Loading branch information
XoD committed Dec 19, 2011
1 parent ee1ad73 commit 11eddc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/d3xp/Game_local.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const char *idGameLocal::sufaceTypeNames[ MAX_SURFACE_TYPES ] = {

#ifdef _D3XP
// List of all defs used by the player that will stay on the fast timeline
static char* fastEntityList[] = {
static const char* fastEntityList[] = {
"player_doommarine",
"weapon_chainsaw",
"weapon_fists",
Expand Down

0 comments on commit 11eddc9

Please sign in to comment.