mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Implement TestCells (feature #5219)
This commit is contained in:
parent
31c5c6d993
commit
24ce242941
14 changed files with 247 additions and 43 deletions
|
@ -75,6 +75,8 @@ namespace Compiler
|
|||
namespace Cell
|
||||
{
|
||||
const int opcodeCellChanged = 0x2000000;
|
||||
const int opcodeTestCells = 0x200030e;
|
||||
const int opcodeTestInteriorCells = 0x200030f;
|
||||
const int opcodeCOC = 0x2000026;
|
||||
const int opcodeCOE = 0x2000226;
|
||||
const int opcodeGetInterior = 0x2000131;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue