diff --git a/config/settings.txt b/config/settings.txt index 6ffc917cb..b26f270ad 100644 --- a/config/settings.txt +++ b/config/settings.txt @@ -4,7 +4,7 @@ clientSettings { port=3030; resolution=800x600; // format: WxH - bpp=24; // bpp!=24 => problems + bpp=24; // bytes per pixels: 24 or 32 fullscreen=0; //0 - windowed mode, 1 - fullscreen server=127.0.0.1; //use 127.0.0.1 for localhost localInformation=2; //0 - *all* information sent from server (safest and slowest); 1 - map information sent from server; 2 - all information local-storaged @@ -97,4 +97,4 @@ GUISettings ButtonEndTurn: x=903 y=524 graphic=IAM001.DEF playerColoured=1; }; } -} \ No newline at end of file +}