Make ncurses redraw the whole screen after watching someone.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@574 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2010-05-18 19:58:32 +00:00
parent 693eb02d0d
commit ff31d082d1
2 changed files with 3 additions and 0 deletions

2
TODO
View File

@ -1,4 +1,6 @@
-remove editoptions() and the editor compiled into dgl.
-move the games[] array into shmem?
-$MTIME(filename)

View File

@ -1014,6 +1014,7 @@ watchgame:
signals_release();
#endif
initcurses ();
redrawwin(stdscr);
}
}