mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-09-01 06:07:27 +00:00
Label this changes
This commit is contained in:
@@ -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);
|
||||||
//
|
//
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user