hide cursor after newmenu_get_filename()

This commit is contained in:
zicodxx 2007-04-07 13:57:17 +00:00
parent 5c87d50445
commit 9c67d79f28
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
D1X-Rebirth Changelog
20070407
--------
main/newmenu.c: hide cursor after newmenu_get_filename()
20070406
--------
SConstruct: some help correction

View file

@ -1964,6 +1964,10 @@ ReadFileNames:
newmenu_close();
#ifdef NEWMENU_MOUSE
newmenu_hide_cursor();
#endif
ExitFileMenuEarly:
if ( citem > -1 ) {
strncpy( filename, (&filenames[citem*14])+((player_mode && filenames[citem*14]=='$')?1:0), 13 );