Implemented the no ServerScreen feature. Also corrected a bug which prevented to run without any screen.
This commit is contained in:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user