mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-08 06:21:48 +00:00
Changes screenpeek from short to int.
git-svn-id: https://svn.eduke32.com/eduke32@593 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
701a18909c
commit
00971ca89a
2 changed files with 2 additions and 2 deletions
|
@ -577,7 +577,7 @@ extern int avgfvel, avgsvel, avgavel, avghorz, avgbits, avgextbits;
|
||||||
|
|
||||||
extern int numplayers, myconnectindex;
|
extern int numplayers, myconnectindex;
|
||||||
extern int connecthead, connectpoint2[MAXPLAYERS]; //Player linked list variables (indeces, not connection numbers)
|
extern int connecthead, connectpoint2[MAXPLAYERS]; //Player linked list variables (indeces, not connection numbers)
|
||||||
extern short screenpeek;
|
extern int screenpeek;
|
||||||
|
|
||||||
extern int current_menu;
|
extern int current_menu;
|
||||||
extern int tempwallptr,animatecnt;
|
extern int tempwallptr,animatecnt;
|
||||||
|
|
|
@ -94,7 +94,7 @@ int avgfvel, avgsvel, avgavel, avghorz, avgbits, avgextbits;
|
||||||
int movefifosendplc;
|
int movefifosendplc;
|
||||||
|
|
||||||
//Multiplayer syncing variables
|
//Multiplayer syncing variables
|
||||||
short screenpeek;
|
int screenpeek;
|
||||||
|
|
||||||
//Game recording variables
|
//Game recording variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue