This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-10 15:39:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f771b95a15
OpenMW
/
apps
/
opencs
/
model
/
world
/
ref.cpp
8 lines
107 B
C++
Raw
Normal View
History
Unescape
Escape
Promoted references to a top level record internally. Note: This does not change the structure of the ESX format.
2013-06-08 10:45:13 +00:00
#
include
"ref.hpp"
added reference collection stage to saving operation (preparation for cell saving)
2014-05-27 10:39:26 +00:00
CSMWorld
:
:
CellRef
:
:
CellRef
(
)
{
mRefNum
.
mIndex
=
0
;
set refnum and increment refnum counter when creating a new reference
2014-09-18 10:25:17 +00:00
mRefNum
.
mContentFile
=
0
;
added reference collection stage to saving operation (preparation for cell saving)
2014-05-27 10:39:26 +00:00
}
Reference in New Issue
Copy Permalink