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:
nethack.allison
2003-10-24 15:15:44 +00:00
parent 4ceb7c3743
commit 45dd5ffe9f
5 changed files with 94 additions and 5 deletions

View File

@@ -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.