[SCM] Wormux PKG branch, trunk-ups, updated. 0352c121d7d62492ec12e1d47d64c955e30b8e5c

gentildemon gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647
Wed Aug 27 18:49:04 UTC 2008


The following commit has been merged in the trunk-ups branch:
commit e38f03b834f4ad54473a91972c03b417f65996a6
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 26 11:13:23 2008 +0000

    Default max fps is 50 and not 0 (0 means unlimited but is not compatible with options menu)
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4898 30ef787d-52ff-0310-b286-e08351bb7647

diff --git a/src/game/config.cpp b/src/game/config.cpp
index bac5908..87d2443 100644
--- a/src/game/config.cpp
+++ b/src/game/config.cpp
@@ -104,7 +104,7 @@ Config::Config():
   video_width(800),
   video_height(600),
   video_fullscreen(false),
-  max_fps(0),
+  max_fps(50),
   bling_bling_interface(false),
   scroll_on_border(true),
   scroll_border_size(50),

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list