From 1f66cb6a43a09efb03678fa2d32b8aeb3577c9d1 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Fri, 15 Sep 2023 17:43:02 -0600 Subject: [PATCH] Label this changes --- src/codsrc/clientscript/cscr_vm.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/codsrc/clientscript/cscr_vm.cpp b/src/codsrc/clientscript/cscr_vm.cpp index 2ffb0a6..01dee68 100644 --- a/src/codsrc/clientscript/cscr_vm.cpp +++ b/src/codsrc/clientscript/cscr_vm.cpp @@ -1065,7 +1065,9 @@ namespace codsrc gScrVmPub[inst].outparamcount = outparamcount; }*/ + // our addition push_builtin_history(inst, builtinIndex); + // assert(builtinIndex >= 0); assert(builtinIndex < 1024); @@ -1131,7 +1133,9 @@ namespace codsrc gScrVmPub[inst].top = localFs.top - 1; }*/ + // our addition push_builtin_history(inst, builtinIndex); + // assert(builtinIndex >= 0); assert(builtinIndex < 1024); @@ -1295,7 +1299,7 @@ namespace codsrc } // - // our additions + // our addition push_codepos_history(inst, game::gFs[inst].pos); //