Minor adjustments in preparation for build 3 release.

This commit is contained in:
James Haley 2009-05-12 13:40:38 -05:00
parent ec1221a442
commit 5007ae92ae
2 changed files with 2 additions and 4 deletions

View File

@ -77,6 +77,7 @@ extern int tran_filter_pct; // killough 2/21/98
extern int screenblocks;
extern int showMessages;
#ifdef MY_SDL_VER
extern int i_SDLJoystickNum;
extern int joystickSens_x;
extern int joystickSens_y;
@ -85,6 +86,7 @@ extern int forceFlipPan;
extern int grabmouse;
extern int cfg_scalefactor; // haleyjd 05/11/09
extern int cfg_aspectratio; // haleyjd 05/11/09
#endif
extern char *chat_macros[], *wad_files[], *deh_files[]; // killough 10/98

View File

@ -387,13 +387,9 @@ manual_ceiling:
//Dirn? ceiling->topheight : ceiling->bottomheight = targheight;
// haleyjd: that's GNU C syntax up there.
if(Dirn)
{
ceiling->topheight = targheight;
}
else
{
ceiling->bottomheight = targheight;
}
// set texture/type change properties
if (ChgT) // if a texture change is indicated