some bugfix in splashes

This commit is contained in:
2010-08-31 00:12:48 +04:00
parent 2a13131366
commit 92133b9b6d
8 changed files with 152 additions and 53 deletions

View File

@@ -372,6 +372,8 @@ void Loader::fillTowerChains(QList <tbChain> * chlist, QList <int> * trigIds, sr
strigt.randomPosRadius = tbtrig.randomPosRadius;
strigt.timer = tbtrig.timer;
strigt.type = tbtrig.type;
strigt.childAim = tbtrig.childAim;
strigt.childId = -1;
stt->triggers.append(strigt);
trigIds->append(trigid);
}