mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Revert recent style cleanup changes.
This commit is contained in:
parent
a73850a4bb
commit
84e8cbb4ee
62 changed files with 3380 additions and 3380 deletions
|
|
@ -60,14 +60,14 @@ class NetStringTable
|
|||
U32 prevLink;
|
||||
U32 seq;
|
||||
};
|
||||
U32 mSize;
|
||||
U32 mFirstFree;
|
||||
U32 mFirstValid;
|
||||
U32 mSequenceCount;
|
||||
U32 size;
|
||||
U32 firstFree;
|
||||
U32 firstValid;
|
||||
U32 sequenceCount;
|
||||
|
||||
Entry *mTable;
|
||||
U32 mHashTable[HashTableSize];
|
||||
DataChunker *mAllocator;
|
||||
Entry *table;
|
||||
U32 hashTable[HashTableSize];
|
||||
DataChunker *allocator;
|
||||
|
||||
NetStringTable();
|
||||
~NetStringTable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue