Home
last modified time | relevance | path

Searched refs:bLogTimestamps (Results 1 – 3 of 3) sorted by relevance

/dports/games/openlierox/OpenLieroX/include/
H A DOptions.h309 bool bLogTimestamps; // Show timestamps in console output member
/dports/games/openlierox/OpenLieroX/src/client/
H A DOptions.cpp240 ( tLXOptions->bLogTimestamps, "Misc.LogTimestamps", false ) in Init()
739 bLogTimestamps = false; in GameOptions()
/dports/games/openlierox/OpenLieroX/src/common/
H A DDebug.cpp609 if (tLXOptions && tLXOptions->bLogTimestamps) in logger_output()