mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 20:39:18 +02:00
build 191117. binary terrain subsystem state switch, minor bug fixes
This commit is contained in:
@@ -467,6 +467,11 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
iConvertModels - 128 :
|
||||
0 );
|
||||
}
|
||||
else if( token == "file.binary.terrain" ) {
|
||||
// binary terrain (de)serialization
|
||||
Parser.getTokens( 1, false );
|
||||
Parser >> file_binary_terrain;
|
||||
}
|
||||
else if (token == "inactivepause")
|
||||
{
|
||||
// automatyczna pauza, gdy okno nieaktywne
|
||||
|
||||
Reference in New Issue
Block a user