- Add missing GCCPRINTF to FraggleScript script_error function.

This will help spotting errors inside FraggleScript.
This commit is contained in:
Edoardo Prezioso 2016-12-10 13:01:49 +01:00 committed by Christoph Oelckers
parent d4a674740e
commit 45e5e5c6ee
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ public:
#include "t_fs.h"
void script_error(const char *s, ...);
void script_error(const char *s, ...) GCCPRINTF(1,2);
void FS_EmulateCmd(char * string);
extern AActor *trigger_obj;