Skip to content

Commit

Permalink
Fixed|Wad Map Converter: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 27, 2012
1 parent 562dc56 commit 8d65593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/wadmapconverter/src/id1map_loadblockmap.cpp
Expand Up @@ -123,7 +123,7 @@ bool LoadBlockmap(MapLumpInfo* lumpInfo)
#if _DEBUG
if(SHORT(blockmapLump[offset]) != 0)
{
throw de::Error("WadMapConverter::"loadBlockmap",
throw de::Error("WadMapConverter::loadBlockmap",
QString("Offset (%1) for block %2 [%3, %4] does not index the beginning of a line list!")
.arg(offset)
.arg(blockIdx)
Expand Down Expand Up @@ -154,7 +154,7 @@ bool LoadBlockmap(MapLumpInfo* lumpInfo)
#if _DEBUG
if(idx < 0 || idx >= (long) map->numLines)
{
throw de::Error("WadMapConverter::"loadBlockmap",
throw de::Error("WadMapConverter::loadBlockmap",
QString("Invalid linedef index #%1.").arg(idx)));
}
#endif
Expand Down

0 comments on commit 8d65593

Please sign in to comment.