Skip to content

Commit

Permalink
Fixed|libcommon: Compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 6, 2014
1 parent c1d30ed commit a2428f9
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 @@ -3057,7 +3057,7 @@ char const *G_InFineDebriefing(Uri const *mapUri)
if(P_MapInfo(mapUri)->hub != P_MapInfo(nextMapUri)->hub)
{
Uri_Delete(nextMapUri);
return false;
return 0;
}
Uri_Delete(nextMapUri);
}
Expand Down

0 comments on commit a2428f9

Please sign in to comment.