mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
Label this changes
This commit is contained in:
parent
d8e10441ec
commit
1f66cb6a43
@ -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);
|
||||||
//
|
//
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user