When executing `MSG_SHIP_CREATE` the following bit of code is getting run: https://github.com/storm-devs/storm-engine/blob/ee274cc0789fac2d7a2766cab378ec3c8316d075/src/libs/ship/src/ship.cpp#L1937-L1942 Which appears to be replacing the entry for the character data with the character index?!? Anyone has any idea why or how this is ever needed?
When executing
MSG_SHIP_CREATEthe following bit of code is getting run:storm-engine/src/libs/ship/src/ship.cpp
Lines 1937 to 1942 in ee274cc
Which appears to be replacing the entry for the character data with the character index?!?
Anyone has any idea why or how this is ever needed?