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 --------