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

@@ -96,7 +96,7 @@ void Towers::update()
if ((*i).aim > 0)
{
(*i).reload = 0;
emit shot(stw.splashes.at(0), 0, (*i));
emit shot((*i).pos);
//qDebug("shot!");
}
}