From b9fce30b0616bdcfceabafecde5cd70911660585 Mon Sep 17 00:00:00 2001 From: kreatordxx <> Date: Sat, 30 Jan 2010 03:42:54 +0000 Subject: [PATCH] Fix warning in newdemo_stop_recording where it should set the last char of filename to 0, not the next variable --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index acf84334f..c7cb4a0da 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ D1X-Rebirth Changelog 20100130 -------- arch/sdl/event.c, arch/sdl/key.c, main/menu.c, main/newmenu.c, main/newmenu.h, main/state.c: Send EVENT_KEY_COMMAND from key.c; add EVENT_NEWMENU_DRAW for state restore; place newmenu and listbox calls to callback so they can override ALL newmenu behaviour +main/newdemo.c: Fix warning in newdemo_stop_recording where it should set the last char of filename to 0, not the next variable 20100129 --------