mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
Minor adjustments in preparation for build 3 release.
This commit is contained in:
parent
ec1221a442
commit
5007ae92ae
@ -77,6 +77,7 @@ extern int tran_filter_pct; // killough 2/21/98
|
|||||||
extern int screenblocks;
|
extern int screenblocks;
|
||||||
extern int showMessages;
|
extern int showMessages;
|
||||||
|
|
||||||
|
#ifdef MY_SDL_VER
|
||||||
extern int i_SDLJoystickNum;
|
extern int i_SDLJoystickNum;
|
||||||
extern int joystickSens_x;
|
extern int joystickSens_x;
|
||||||
extern int joystickSens_y;
|
extern int joystickSens_y;
|
||||||
@ -85,6 +86,7 @@ extern int forceFlipPan;
|
|||||||
extern int grabmouse;
|
extern int grabmouse;
|
||||||
extern int cfg_scalefactor; // haleyjd 05/11/09
|
extern int cfg_scalefactor; // haleyjd 05/11/09
|
||||||
extern int cfg_aspectratio; // haleyjd 05/11/09
|
extern int cfg_aspectratio; // haleyjd 05/11/09
|
||||||
|
#endif
|
||||||
|
|
||||||
extern char *chat_macros[], *wad_files[], *deh_files[]; // killough 10/98
|
extern char *chat_macros[], *wad_files[], *deh_files[]; // killough 10/98
|
||||||
|
|
||||||
|
@ -387,13 +387,9 @@ manual_ceiling:
|
|||||||
//Dirn? ceiling->topheight : ceiling->bottomheight = targheight;
|
//Dirn? ceiling->topheight : ceiling->bottomheight = targheight;
|
||||||
// haleyjd: that's GNU C syntax up there.
|
// haleyjd: that's GNU C syntax up there.
|
||||||
if(Dirn)
|
if(Dirn)
|
||||||
{
|
|
||||||
ceiling->topheight = targheight;
|
ceiling->topheight = targheight;
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
|
||||||
ceiling->bottomheight = targheight;
|
ceiling->bottomheight = targheight;
|
||||||
}
|
|
||||||
|
|
||||||
// set texture/type change properties
|
// set texture/type change properties
|
||||||
if (ChgT) // if a texture change is indicated
|
if (ChgT) // if a texture change is indicated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user