]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_execprogram.h
prvm_execprogram.h: Tuck a loose DISPATCH_OPCODE() under its opcode
[xonotic/darkplaces.git] / prvm_execprogram.h
index ea5e70b018cbdef698464b7119458dc64f71e85d..ea3668219b119115e272d011d17bf020efd22045 100644 (file)
@@ -470,7 +470,7 @@ int i;
                                if(prvm_garbagecollection_enable.integer)
                                        PRVM_GetString(prog, OPA->_int);
                                OPB->_int = OPA->_int;
-                       DISPATCH_OPCODE();
+                               DISPATCH_OPCODE();
                        HANDLE_OPCODE(OP_STORE_V):
                                OPB->ivector[0] = OPA->ivector[0];
                                OPB->ivector[1] = OPA->ivector[1];