mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 23:21:43 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@657 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
fe2862eb91
commit
ff33c80132
2 changed files with 3 additions and 1 deletions
|
@ -612,6 +612,8 @@ void debugprintf(const char *f, ...)
|
||||||
va_end(va);
|
va_end(va);
|
||||||
|
|
||||||
OutputDebugString(buf);
|
OutputDebugString(buf);
|
||||||
|
#else
|
||||||
|
UNREFERENCED_PARAMETER(f);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2735,7 +2735,7 @@ char inputloc = 0;
|
||||||
|
|
||||||
static int strget_(int small,int x,int y,char *t,int dalen,int c)
|
static int strget_(int small,int x,int y,char *t,int dalen,int c)
|
||||||
{
|
{
|
||||||
short ch;
|
char ch;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
while ((ch = KB_Getch()) != 0 || (g_player[myconnectindex].ps->gm&MODE_MENU && MOUSE_GetButtons()&RIGHT_MOUSE))
|
while ((ch = KB_Getch()) != 0 || (g_player[myconnectindex].ps->gm&MODE_MENU && MOUSE_GetButtons()&RIGHT_MOUSE))
|
||||||
|
|
Loading…
Reference in a new issue