1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00

set the default value for --fallback the right way

This commit is contained in:
Sebastian Wick 2012-04-04 19:59:46 +02:00
parent a974d88cf1
commit d3a6484bbc

View File

@ -157,7 +157,7 @@ bool parseOptions (int argc, char** argv, OMW::Engine& engine, Files::Configurat
("report-focus", bpo::value<bool>()->implicit_value(true) ("report-focus", bpo::value<bool>()->implicit_value(true)
->default_value(false), "write name of focussed object to cout") ->default_value(false), "write name of focussed object to cout")
("fallback", bpo::value<FallbackMap>() ("fallback", bpo::value<FallbackMap>()->default_value(FallbackMap(), "")
->multitoken()->composing(), "fallback values") ->multitoken()->composing(), "fallback values")
; ;