From 8fcd6690e80c3db269d46615bf670283262b5923 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Wed, 29 Oct 2008 11:04:45 +0000 Subject: [PATCH] Yet another check for collide sounds as FixedStep is not necessarily true if the actual collision happens --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a7bb2a6e9..bcbed85d3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ D1X-Rebirth Changelog 20081029 -------- 2d/font.c, main/gamefont.c, main/gamefont.h, main/menu.c: Scale fonts by float values and filter them if texture filtering is on; Another fix for the code flow in change_res() as the check for minimal custom resolution always failed +main/collide.c: Yet another check for collide sounds as FixedStep is not necessarily true if the actual collision happens 20081028 --------