Image scaling on tinygui was broken, this has been fixed.

(Spotted on the forum by allonby.)
This commit is contained in:
Mark de Wever 2008-01-27 18:00:18 +00:00
parent e8c6140d50
commit f67b16a847
2 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if DUMMYLOCALES
true
endif
if TINYGUI
(cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -o -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \
(cd $(top_srcdir) && find data/core/images data/campaigns images \( $(findfilterflags) -a -name '*.png' -and -not -name 'bar-energy-tinygui.png' -print \) ) | while read p; do \
$(w_preparefileinstall) \
eval `identify $$d$$p | cut -f 3 -d ' ' | sed s/^/imagewidth=/ | sed s/x/\;imageheight=/` ;\
case $${imagewidth}x$$imageheight in \

View File

@ -53,6 +53,7 @@ Version 1.3.14+svn:
the game with an assertion error (bug #10876)
* various bug fixes and code cleanups
* added some extra headers for the upcoming gcc 4.3 (debian bug #462708)
* image scaling on tinygui was broken, this has been fixed
Version 1.3.14:
* campaigns: