Skip to content

Commit

Permalink
Fixed|Hexen: Build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 20, 2014
1 parent 9de2aa2 commit 2a577ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/g_game.c
Expand Up @@ -1272,7 +1272,7 @@ static void initFogForMap(ddmapinfo_t *mapInfo)
}

#if __JHEXEN__
fadeTable = P_MapInfo(gameMap)->fadetable;
fadeTable = P_MapInfo(gameMap)->fadeTable;
if(fadeTable == W_GetLumpNumForName("COLORMAP"))
{
// We don't want fog in this case.
Expand Down

0 comments on commit 2a577ab

Please sign in to comment.