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
-11
View File
@@ -167,17 +167,6 @@ update_server_screen (int timer)
return 0;
}
int
no_screen_screen (int timer)
{
drivers_clear ();
drivers_string (1, 1, "Error: No screen!");
drivers_flush ();
return 0;
}
int
goodbye_screen ()
{