Home
last modified time | relevance | path

Searched refs:keepMapSize (Results 1 – 2 of 2) sorted by relevance

/dports/games/scourge/scourge/src/
H A Duserconfiguration.h86 bool keepMapSize; variable
175 return keepMapSize; in getKeepMapSize()
281 keepMapSize = t; in setKeepMapSize()
H A Duserconfiguration.cpp333 , keepMapSize( true ) in UserConfiguration()
592 snprintf( textLine, TXT_SIZE, "set keepmapsize %s\n", keepMapSize ? "true" : "false" ); in saveConfiguration()
766 keepMapSize = paramValue; in set()