diff options
Diffstat (limited to 'src/game/g_maprotation.c')
-rw-r--r-- | src/game/g_maprotation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_maprotation.c b/src/game/g_maprotation.c index b5f55522..c6010c34 100644 --- a/src/game/g_maprotation.c +++ b/src/game/g_maprotation.c @@ -78,7 +78,7 @@ static qboolean G_ParseMapRotation( mapRotation_t *mr, char **text_p ) { char *token; qboolean mnSet = qfalse; - mapRotationEntry_t *mre; + mapRotationEntry_t *mre = NULL; mapRotationCondition_t *mrc; // read optional parameters |