mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 14:49:19 +02:00
work
This commit is contained in:
10
Globals.cpp
10
Globals.cpp
@@ -73,6 +73,16 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens(1, false);
|
||||
Parser >> iWindowHeight;
|
||||
}
|
||||
else if (token == "renderwidth")
|
||||
{
|
||||
Parser.getTokens(1, false);
|
||||
Parser >> render_width;
|
||||
}
|
||||
else if (token == "renderheight")
|
||||
{
|
||||
Parser.getTokens(1, false);
|
||||
Parser >> render_height;
|
||||
}
|
||||
else if (token == "heightbase")
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user