fixed size of m_aTuneParams. Closes #1420

This commit is contained in:
oy 2015-10-29 19:03:03 +01:00
parent ead8b9c82c
commit 821e4316c6

View file

@ -199,7 +199,7 @@ Objects = [
NetObject("De_TuneParams", [
# todo: should be done differently
NetArray(NetIntAny("m_aTuneParams"), 33),
NetArray(NetIntAny("m_aTuneParams"), 32),
]),
## Events