1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:15:31 +00:00

Merge remote-tracking branch 'scrawl/unused'

This commit is contained in:
Marc Zinnschlag 2015-01-05 20:05:23 +01:00
commit 365bb3d3f0

View file

@ -150,10 +150,13 @@ namespace
code.push_back (Compiler::Generator::segment0 (2, offset));
}
/*
Currently unused
void opSkipOnZero (Compiler::Generator::CodeContainer& code)
{
code.push_back (Compiler::Generator::segment5 (24));
}
*/
void opSkipOnNonZero (Compiler::Generator::CodeContainer& code)
{