- fixed some warnings

This commit is contained in:
Christoph Oelckers 2019-01-29 02:16:36 +01:00
commit 932bbee928
3 changed files with 3 additions and 2 deletions

View file

@ -34,7 +34,7 @@
#include <stdarg.h>
#include "t_script.h"
#include "v_text.h"
#include "g_levellocals.h"""
#include "g_levellocals.h"
CVAR(Bool, script_debug, false, 0)