From f36eef6ccf15227cb9448013a524c47934a5cab2 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 15 Feb 2005 10:24:26 +0000 Subject: [PATCH] bug #126 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1540 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index fc1325c8f..a2538ba9e 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.4: +- Fixed image clipping with --meleescale=nearest (bug #126) -Alex - Setup menu now uses a background contributed by Joffrey Smith - If keys.cfg refers to a nonexistent joystick, the game will stil run (bug #660) -McMartin