summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoradiblol <adiblol@hydrogen>2013-05-25 23:18:27 +0200
committeradiblol <adiblol@hydrogen>2013-05-25 23:18:27 +0200
commit1cd0bc3152894e1d6a5c542a02ff0348e71b3699 (patch)
tree6b7140207718ddf7f6976f550e049748871c0f07 /src
parentf90a4b48f5ecdc498c32b1b4a35d57f107f36fd5 (diff)
downloadcolobot-1cd0bc3152894e1d6a5c542a02ff0348e71b3699.tar.gz
colobot-1cd0bc3152894e1d6a5c542a02ff0348e71b3699.tar.bz2
colobot-1cd0bc3152894e1d6a5c542a02ff0348e71b3699.zip
Resizing is fully functional so it can be enabled by default.
Diffstat (limited to 'src')
-rw-r--r--src/graphics/core/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/core/device.h b/src/graphics/core/device.h
index 41d7796..b714358 100644
--- a/src/graphics/core/device.h
+++ b/src/graphics/core/device.h
@@ -72,7 +72,7 @@ struct DeviceConfig
size = Math::IntPoint(800, 600);
bpp = 32;
fullScreen = false;
- resizeable = false;
+ resizeable = true;
doubleBuf = true;
noFrame = false;
}