Anderen2 / RTS

An 3D LAN-Multiplayer (R)eal (T)ime (S)trategy game (C&C Generals style) made in Python.
0 stars 0 forks source link

Entityeffects "randomly" fail to load #65

Closed Anderen2 closed 11 years ago

Anderen2 commented 11 years ago

Entity particlesystems fail to load at times with specific IDs (4,5,6,7,8,10,11,12). The error is that an particlesystem with the name already exsists. I've made a hackish tempoary solution by appending randrange to the name, but it still fails at random times when loading effects for entitys with the above ID's.

Anderen2 commented 11 years ago

Fixed in commit: 4f1ce95