mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Add missing GCCPRINTF to FraggleScript script_error function.
This will help spotting errors inside FraggleScript.
This commit is contained in:
parent
d4a674740e
commit
45e5e5c6ee
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue