mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +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);
|
||||
|
||||
OutputDebugString(buf);
|
||||
#else
|
||||
UNREFERENCED_PARAMETER(f);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue