Label this changes

This commit is contained in:
ineed bots 2023-09-15 17:43:02 -06:00
parent d8e10441ec
commit 1f66cb6a43

View File

@ -1065,7 +1065,9 @@ namespace codsrc
gScrVmPub[inst].outparamcount = outparamcount; gScrVmPub[inst].outparamcount = outparamcount;
}*/ }*/
// our addition
push_builtin_history(inst, builtinIndex); push_builtin_history(inst, builtinIndex);
//
assert(builtinIndex >= 0); assert(builtinIndex >= 0);
assert(builtinIndex < 1024); assert(builtinIndex < 1024);
@ -1131,7 +1133,9 @@ namespace codsrc
gScrVmPub[inst].top = localFs.top - 1; gScrVmPub[inst].top = localFs.top - 1;
}*/ }*/
// our addition
push_builtin_history(inst, builtinIndex); push_builtin_history(inst, builtinIndex);
//
assert(builtinIndex >= 0); assert(builtinIndex >= 0);
assert(builtinIndex < 1024); assert(builtinIndex < 1024);
@ -1295,7 +1299,7 @@ namespace codsrc
} }
// //
// our additions // our addition
push_codepos_history(inst, game::gFs[inst].pos); push_codepos_history(inst, game::gFs[inst].pos);
// //