Skip to content

Commit c91c44e

Browse files
committed
more cleanups
1 parent 8622cdf commit c91c44e

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

d_main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typedef struct
1414

1515
} ticcmd_t;
1616

17-
void D_PostEvent(event_t* ev);
17+
void D_PostEvent(event_t *ev);
1818
void D_DoomMain(void);
1919

2020
#endif

doomstat.h

+1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ extern int monster_backing, default_monster_backing;
4141
extern int monster_avoid_hazards, default_monster_avoid_hazards;
4242
extern int monster_friction, default_monster_friction;
4343
extern int monster_infighting, default_monster_infighting;
44+
extern int acceleratestage;
4445

4546
#endif

f_finale.c

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ void F_CastTicker(void);
4343
boolean F_CastResponder(event_t *ev);
4444
void F_CastDrawer(void);
4545

46-
extern int acceleratestage;
4746
static int midstage;
4847

4948
void F_StartFinale(void)

hu_stuff.c

-3
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ static int bscounter;
268268
#define BASE_WIDTH 320
269269
#define noterased viewwindowx
270270

271-
extern int key_backspace;
272-
extern int key_enter;
273-
274271
static void HU_clearTextLine(hu_textline_t* t)
275272
{
276273

0 commit comments

Comments
 (0)