win32tty: startup msg cleanup
the win32 cursor restriction stuff messed up any messages displayed during abnormal start conditions where the window system never got initialized properly. among them: - messages relating to lock files or games in progress - dungeon errors - early panic messages
This commit is contained in:
@@ -408,6 +408,7 @@ const char *str;
|
||||
return;
|
||||
}
|
||||
|
||||
#ifndef WIN32CON
|
||||
void
|
||||
msmsg VA_DECL(const char *, fmt)
|
||||
VA_START(fmt);
|
||||
@@ -421,6 +422,7 @@ msmsg VA_DECL(const char *, fmt)
|
||||
VA_END();
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Follow the PATH, trying to fopen the file.
|
||||
|
||||
Reference in New Issue
Block a user