mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
gamebase mmebervar cleanups. mPacked in particular is likely to geta followup for other cleaning.
This commit is contained in:
parent
fa2b0761a7
commit
f068664742
18 changed files with 38 additions and 38 deletions
|
|
@ -116,7 +116,7 @@ void afxSpellBookData::packData(BitStream* stream)
|
|||
stream->write(pages_per_book);
|
||||
|
||||
for (S32 i = 0; i < pages_per_book*spells_per_page; i++)
|
||||
writeDatablockID(stream, rpg_spells[i], packed);
|
||||
writeDatablockID(stream, rpg_spells[i], mPacked);
|
||||
}
|
||||
|
||||
void afxSpellBookData::unpackData(BitStream* stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue