Fix warning in newdemo_stop_recording where it should set the last char of filename to 0, not the next variable

This commit is contained in:
kreatordxx 2010-01-30 03:42:54 +00:00
parent 21d8d86d5b
commit b9fce30b06

View file

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