Anderen2 / RTS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entityeffects "randomly" fail to load

Anderen2 opened this issue · comments

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.

Fixed in commit: 4f1ce95