mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 20:18:17 +03:00
Set Entity's entnum directly
This commit is contained in:
parent
8c6098f730
commit
2df56c810d
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ void Archiver::ArchiveObject
|
||||||
}
|
}
|
||||||
|
|
||||||
ArchiveInteger( &entnum );
|
ArchiveInteger( &entnum );
|
||||||
( ( Entity * )obj )->SetEntNum( entnum );
|
( ( Entity * )obj )->entnum = entnum;
|
||||||
//
|
//
|
||||||
// make sure to setup spawnflags properly
|
// make sure to setup spawnflags properly
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue