fix spec mode things

This commit is contained in:
BenCat07 2018-04-27 18:32:21 +02:00
parent 6e73c25afd
commit 330642fc71

View File

@ -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 *);