mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Fixed: Use NELID16 macros
This commit is contained in:
parent
24372a00b9
commit
b4d6cba6f1
1 changed files with 2 additions and 2 deletions
|
@ -372,7 +372,7 @@ uint16 CSingleLayerCell::_MaskMap[16];
|
|||
|
||||
void CSingleLayerCell::serial(NLMISC::IStream& f)
|
||||
{
|
||||
f.serialCheck((uint16)'SL');
|
||||
f.serialCheck(NELID16("SL"));
|
||||
|
||||
uint i;
|
||||
for (i=0; i<16; ++i)
|
||||
|
@ -403,7 +403,7 @@ void CSingleLayerCell::serial(NLMISC::IStream& f)
|
|||
|
||||
void CMultiLayerCell::serial(NLMISC::IStream& f)
|
||||
{
|
||||
f.serialCheck((uint16)'ML');
|
||||
f.serialCheck(NELID16("ML"));
|
||||
|
||||
uint slot;
|
||||
|
||||
|
|
Loading…
Reference in a new issue