]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
Fix another Blub bug .. learn to use comments properly :P
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index e6cd6a313cd2f6812a69d1482423185894bd1a21..3590b41b97c203c47c96583fffa078aa034deec1 100644 (file)
--- a/code.c
+++ b/code.c
@@ -53,7 +53,7 @@ void code_pop_statement()
 }
 
 void code_init() {
-    prog_section_function  empty_function  = {0,0,0,0,0,0,0,{0}};
+    prog_section_function  empty_function  = {0,0,0,0,0,0,0,{0,0,0,0,0,0,0,0}};
     prog_section_statement empty_statement = {0,{0},{0},{0}};
     prog_section_def       empty_def       = {0, 0, 0};
     int                    i               = 0;