git-svn-id: https://svn.eduke32.com/eduke32@657 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-03-23 00:41:08 +00:00
parent fe2862eb91
commit ff33c80132
2 changed files with 3 additions and 1 deletions

View file

@ -612,6 +612,8 @@ void debugprintf(const char *f, ...)
va_end(va);
OutputDebugString(buf);
#else
UNREFERENCED_PARAMETER(f);
#endif
}

View file

@ -2735,7 +2735,7 @@ char inputloc = 0;
static int strget_(int small,int x,int y,char *t,int dalen,int c)
{
short ch;
char ch;
int i;
while ((ch = KB_Getch()) != 0 || (g_player[myconnectindex].ps->gm&MODE_MENU && MOUSE_GetButtons()&RIGHT_MOUSE))