Skip to content

Commit

Permalink
Add missing error for mapinfo tonemap
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoLuis0 authored and madame-rachelle committed Jan 14, 2023
1 parent 1ebd4f0 commit 9468ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gamedata/g_mapinfo.cpp
Expand Up @@ -1536,6 +1536,10 @@ DEFINE_MAP_OPTION(lightblendmode, false)
{
info->tonemap = ETonemapMode::Reinhard;
}
else
{
parse.sc.ScriptMessage("Invalid tonemap %s", parse.sc.String);
}
}
}
else
Expand Down

0 comments on commit 9468ff8

Please sign in to comment.