]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
prvm_execprogram.h: Tuck a loose DISPATCH_OPCODE() under its opcode
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Jul 2020 16:39:13 +0000 (16:39 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Jul 2020 16:39:13 +0000 (16:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12856 d7cf8633-e32d-0410-b094-e92efae38249

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];