From ebed57aa22b772211387a5561f995eee8f5faed1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 26 Jun 2012 22:23:05 +0200 Subject: Whitespace and language change - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include in d3dengine.h --- src/graphics/common/device.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/graphics/common/device.cpp') diff --git a/src/graphics/common/device.cpp b/src/graphics/common/device.cpp index 2e3db61..53274b3 100644 --- a/src/graphics/common/device.cpp +++ b/src/graphics/common/device.cpp @@ -3,12 +3,12 @@ //! Sets the default values Gfx::DeviceConfig::DeviceConfig() { - width = 800; - height = 600; - bpp = 16; - fullScreen = false; - resizeable = false; - hardwareAccel = true; - doubleBuf = true; - noFrame = false; + width = 800; + height = 600; + bpp = 16; + fullScreen = false; + resizeable = false; + hardwareAccel = true; + doubleBuf = true; + noFrame = false; } \ No newline at end of file -- cgit v1.2.3-1-g7c22