Author: alink
Date: Wed Apr  4 20:56:32 2007
New Revision: 16590

URL: http://svn.gna.org/viewcvs/wesnoth?rev=16590&view=rev
Log:
For tiny gui, reverse previous change about different tile_size, since 
images are scaled at install time (maybe warn about this in the 
configure option ?)

Modified:
    trunk/src/image.hpp

Modified: trunk/src/image.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/image.hpp?rev=16590&r1=16589&r2=16590&view=diff
==============================================================================
--- trunk/src/image.hpp (original)
+++ trunk/src/image.hpp Wed Apr  4 20:56:32 2007
@@ -31,7 +31,11 @@
 /// - unmasked: images are scaled, but have no time of day masking applied to 
them
 /// - brightened: images are scaled and brighter than normal.
 namespace image {
+#ifdef USE_TINY_GUI
+       const int tile_size = 36;
+#else
        const int tile_size = 72;
+#endif
 
        template<typename T>
        struct cache_item {


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

Reply via email to