mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
submarines fire torpedos
This commit is contained in:
@@ -21,6 +21,9 @@ namespace battleship{
|
||||
for(Unit *u : units)
|
||||
u->update();
|
||||
|
||||
for(Projectile *proj : projectiles)
|
||||
proj->update();
|
||||
|
||||
for(ResourceDeposit *rd : resourceDeposits)
|
||||
rd->update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user