Implemented the no ServerScreen feature. Also corrected a bug which prevented to run without any screen.

This commit is contained in:
gfk
2002-03-15 20:24:39 +00:00
parent 0f18a999ad
commit 924b2e51dd
5 changed files with 40 additions and 28 deletions
-1
View File
@@ -18,7 +18,6 @@ extern screen *server_screen;
int server_screen_init ();
int update_server_screen (int timer);
int no_screen_screen (int timer);
int goodbye_screen ();
#endif