diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-15 09:07:06 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-15 09:07:06 -0400 |
commit | 5c2179bc9afa809fa3b915bea0d75f62f90f0644 (patch) | |
tree | bd7926369bfc540ebf925d070e1102576292d9bf /src/common.cpp | |
parent | 5adabb82443b9b10b25cdd8b4db3cfe890e36fa1 (diff) |
quest fixes
Diffstat (limited to 'src/common.cpp')
-rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index 8dcbd11..182b5b8 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -31,3 +31,4 @@ void DEBUG_prints(const char* file, int line, const char *s,...){ vprintf(s,args); va_end(args); } + |