mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Misc.
This commit is contained in:
parent
c2565c4cb5
commit
aea765a7b2
1 changed files with 0 additions and 6 deletions
|
|
@ -552,12 +552,6 @@ void block::loadPayload(const buffer &data)
|
|||
READ(data, unk12);
|
||||
READ(data, triangles_mult_7); // particle system?
|
||||
|
||||
//if (unk7 != 0)
|
||||
//std::cout << "nonzero unk7 = " << unk7 << " in block " << h.name << "\n";
|
||||
//if (unk9 != 0)
|
||||
//std::cout << "nonzero unk9 = " << unk9 << " in block " << h.name << "\n";
|
||||
//
|
||||
|
||||
READ(data, additional_params);
|
||||
uint32_t n_damage_models;
|
||||
READ(data, n_damage_models);
|
||||
|
|
|
|||
Loading…
Reference in a new issue