mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
gamebase mmebervar cleanups. mPacked in particular is likely to geta followup for other cleaning.
This commit is contained in:
parent
317cd9151a
commit
7064b41506
18 changed files with 38 additions and 38 deletions
|
|
@ -230,9 +230,9 @@ void afxSelectronData::packData(BitStream* stream)
|
|||
stream->write(obj_type_style);
|
||||
stream->write(obj_type_mask);
|
||||
|
||||
pack_fx(stream, main_fx_list, packed);
|
||||
pack_fx(stream, select_fx_list, packed);
|
||||
pack_fx(stream, deselect_fx_list, packed);
|
||||
pack_fx(stream, main_fx_list, mPacked);
|
||||
pack_fx(stream, select_fx_list, mPacked);
|
||||
pack_fx(stream, deselect_fx_list, mPacked);
|
||||
}
|
||||
|
||||
void afxSelectronData::unpackData(BitStream* stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue