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:
plagman 2008-01-04 04:41:13 +00:00
parent 701a18909c
commit 00971ca89a
2 changed files with 2 additions and 2 deletions

View file

@ -577,7 +577,7 @@ extern int avgfvel, avgsvel, avgavel, avghorz, avgbits, avgextbits;
extern int numplayers, myconnectindex;
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 tempwallptr,animatecnt;

View file

@ -94,7 +94,7 @@ int avgfvel, avgsvel, avgavel, avghorz, avgbits, avgextbits;
int movefifosendplc;
//Multiplayer syncing variables
short screenpeek;
int screenpeek;
//Game recording variables