mirror of
https://github.com/yquake2/rogue.git
synced 2025-04-19 08:41:27 +00:00
Add variable declaration missed in the last commit.
This commit is contained in:
parent
ed4e94510d
commit
ffdd699ff4
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
#include "header/local.h"
|
||||
|
||||
int debristhisframe;
|
||||
int gibsthisframe;
|
||||
int lastgibframe;
|
||||
|
||||
extern void M_WorldEffects(edict_t *ent);
|
||||
|
||||
|
|
Loading…
Reference in a new issue