fix spec mode things
This commit is contained in:
parent
6e73c25afd
commit
330642fc71
@ -15,7 +15,9 @@ class SDL_Window;
|
|||||||
class CatVar;
|
class CatVar;
|
||||||
|
|
||||||
extern CatVar disconnect_reason;
|
extern CatVar disconnect_reason;
|
||||||
|
#if ENABLE_VISUALS == 1
|
||||||
extern int spectator_target;
|
extern int spectator_target;
|
||||||
|
#endif
|
||||||
|
|
||||||
bool CanPacket_hook(void *);
|
bool CanPacket_hook(void *);
|
||||||
int IN_KeyEvent_hook(void *, int, int, const char *);
|
int IN_KeyEvent_hook(void *, int, int, const char *);
|
||||||
|
Reference in New Issue
Block a user