mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- compile fixes.
This commit is contained in:
parent
d46ea7481f
commit
f74ba52990
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ double g_beforeSwapTime;
|
||||||
GameInterface* gi;
|
GameInterface* gi;
|
||||||
int myconnectindex, numplayers;
|
int myconnectindex, numplayers;
|
||||||
int connecthead, connectpoint2[MAXMULTIPLAYERS];
|
int connecthead, connectpoint2[MAXMULTIPLAYERS];
|
||||||
int32_t xres = -1, yres = -1, bpp = 0, refreshfreq = -1;
|
int32_t xres = -1, yres = -1, bpp = 0;
|
||||||
auto vsnprintfptr = vsnprintf; // This is an inline in Visual Studio but we need an address for it to satisfy the MinGW compiled libraries.
|
auto vsnprintfptr = vsnprintf; // This is an inline in Visual Studio but we need an address for it to satisfy the MinGW compiled libraries.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -307,7 +307,7 @@ void PlayerInterruptKeys()
|
||||||
bPlayerPan = kTrue;
|
bPlayerPan = kTrue;
|
||||||
nDestVertPan[nLocalPlayer] = PlayerList[nLocalPlayer].q16horiz;
|
nDestVertPan[nLocalPlayer] = PlayerList[nLocalPlayer].q16horiz;
|
||||||
}
|
}
|
||||||
else if (buttonMap.ButtonDown(gamefunc_Look_Straight))
|
else if (buttonMap.ButtonDown(gamefunc_Center_View))
|
||||||
{
|
{
|
||||||
bLockPan = kFalse;
|
bLockPan = kFalse;
|
||||||
bPlayerPan = kFalse;
|
bPlayerPan = kFalse;
|
||||||
|
|
Loading…
Reference in a new issue