]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
allowing inexing of array-fields
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index bf46cc075709914b54d1aa1c56ec906879ae15be..e828ccc81b5da0c3d6964fa820162600f71922d1 100644 (file)
--- a/code.c
+++ b/code.c
@@ -72,7 +72,6 @@ void code_init() {
     prog_section_def       empty_def       = {0, 0, 0};
     int                    i               = 0;
 
-    code_crc = 0;
     code_entfields = 0;
 
     /* omit creation of null code */