Skip to content

Commit

Permalink
Resources: Ignoring MAPINFO translator errors
Browse files Browse the repository at this point in the history
Added a way to indicate to Doomsday that MAPINFO translator errors can be ignored.

Errors are ignored if the following line is found in a MAPINFO lump:

     // Doomsday: Ignore errors!
  • Loading branch information
skyjake committed Oct 26, 2019
1 parent e60d7b9 commit 4f4abc4
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 74 deletions.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/def_main.cpp
Expand Up @@ -542,7 +542,7 @@ static void readAllDefinitions()
{
Game const &game = App_CurrentGame();

// Some games use definitions that are translated to DED.
// Some games use definitions (MAPINFO lumps) that are translated to DED.
QStringList mapInfoUrns = allMapInfoUrns();
if (!mapInfoUrns.isEmpty())
{
Expand Down

0 comments on commit 4f4abc4

Please sign in to comment.