correct core module with new types

This commit is contained in:
2010-08-23 14:40:52 +03:00
parent 191e5ed1a1
commit 9c8f9fb98c
15 changed files with 146 additions and 103 deletions

View File

@@ -61,7 +61,7 @@ void Towers::update()
{
tw.reload++;
} else {
emit shot(stw.splashes.at(0),tw);
emit shot(stw.splashes.at(0), 0, tw);
}
}
}