Make window title a strings.lua string instead.

This commit is contained in:
hispidence 2021-08-15 23:23:33 +01:00
parent fcccbde1be
commit b574a9b899
5 changed files with 2 additions and 17 deletions

View file

@ -15,7 +15,6 @@ struct GameScriptSettings
bool EnableDynamicShadows;
bool EnableWaterCaustics;
bool Windowed;
std::string WindowTitle;
int DrawingDistance;
bool ShowRendererSteps;
bool ShowDebugInfo;