summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaymond Chandler III <Animegalore1985@yahoo.com>2004-12-11 03:42:42 +0000
committerRaymond Chandler III <Animegalore1985@yahoo.com>2004-12-11 03:42:42 +0000
commit307665c65d50a0fee26083934f4795f5e78a8a11 (patch)
treed9fb384b41b4193b60b10466abcd63038b42e193 /src
parentf8cbefe483d5735955c1da10220db9a903bf6d5f (diff)
downloadmana-client-307665c65d50a0fee26083934f4795f5e78a8a11.tar.gz
mana-client-307665c65d50a0fee26083934f4795f5e78a8a11.tar.bz2
mana-client-307665c65d50a0fee26083934f4795f5e78a8a11.tar.xz
mana-client-307665c65d50a0fee26083934f4795f5e78a8a11.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 27f260e9..e980c347 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -231,7 +231,7 @@ void do_input() {
if(key[KEY_F10] && action_time==true) {
//was 3 goes to 0
//was 0 goes to 3
- if(is_windowed_mode())
+ if(true == is_windowed_mode())
{
set_color_depth(32);
if( 0 != set_gfx_mode(GFX_AUTODETECT_FULLSCREEN, 800, 600, 0, 0))//Not equal: to add support for other hardware platforms