Author: grzywacz
Date: Wed Apr 18 16:04:55 2007
New Revision: 16898

URL: http://svn.gna.org/viewcvs/wesnoth?rev=16898&view=rev
Log:
* flush image cache at the end of intro
* bump version

Modified:
    branches/gp2x/src/intro.cpp
    branches/gp2x/src/wesconfig.h

Modified: branches/gp2x/src/intro.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/intro.cpp?rev=16898&r1=16897&r2=16898&view=diff
==============================================================================
--- branches/gp2x/src/intro.cpp (original)
+++ branches/gp2x/src/intro.cpp Wed Apr 18 16:04:55 2007
@@ -71,6 +71,8 @@
                }
        }
 
+       image::flush_cache();
+
        LOG_NG << "intro sequence finished...\n";
 }
 

Modified: branches/gp2x/src/wesconfig.h
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/wesconfig.h?rev=16898&r1=16897&r2=16898&view=diff
==============================================================================
--- branches/gp2x/src/wesconfig.h (original)
+++ branches/gp2x/src/wesconfig.h Wed Apr 18 16:04:55 2007
@@ -4,7 +4,7 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #else
-# define VERSION "1.2.2"
+# define VERSION "1.2.1"
 # define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
 # define PACKAGE "wesnoth"
 #endif


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to