Skip to content

Commit

Permalink
Fixed|libcommon: Compiler warning (possible uninitialized use of vari…
Browse files Browse the repository at this point in the history
…able)
  • Loading branch information
skyjake committed Jul 8, 2014
1 parent 022157f commit d5c30d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/g_game.cpp
Expand Up @@ -3216,7 +3216,7 @@ D_CMD(WarpMap)
}
else
{
uint epsd, map;
uint epsd = 0, map = 0;

#if __JDOOM__ || __JDOOM64__ || __JHEXEN__
# if __JDOOM__
Expand Down

0 comments on commit d5c30d6

Please sign in to comment.