summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrej Sinicyn <andrej4000@gmail.com>2005-07-30 12:38:45 +0000
committerAndrej Sinicyn <andrej4000@gmail.com>2005-07-30 12:38:45 +0000
commitf4c6961e25dca3e683b6920e33bb0dc74464c88b (patch)
tree4f292c27ce7a0d19c87b2398776006a1dff842cb /src/main.cpp
parent25d4e1e3fe393ee845c868a9e5c163de52748379 (diff)
downloadmana-client-f4c6961e25dca3e683b6920e33bb0dc74464c88b.tar.gz
mana-client-f4c6961e25dca3e683b6920e33bb0dc74464c88b.tar.bz2
mana-client-f4c6961e25dca3e683b6920e33bb0dc74464c88b.tar.xz
mana-client-f4c6961e25dca3e683b6920e33bb0dc74464c88b.zip
Removed unnecessary value assignment to a variable.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b0608c9a..580a838a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -234,8 +234,6 @@ void init_engine()
#ifdef USE_OPENGL
useOpenGL = (config.getValue("opengl", 0) == 1);
-#else
- useOpenGL = false;
#endif
displayFlags = SDL_ANYFORMAT;