FIXME, for wrong explosion size added.
This commit is contained in:
parent
61601ee095
commit
079b1f90c4
1 changed files with 8 additions and 0 deletions
|
@ -124,6 +124,14 @@ global void HandleActionDemolish(Unit* unit)
|
|||
DestroyUnit(unit);
|
||||
// FIXME: Must play explosion sound
|
||||
|
||||
// FIXME: Currently we take the X fields, the original only the O
|
||||
// XXXXX ..O..
|
||||
// XXXXX .OOO.
|
||||
// XX.XX OO.OO
|
||||
// XXXXX .OOO.
|
||||
// XXXXX ..O..
|
||||
//
|
||||
|
||||
//
|
||||
// Effect of the explosion on units.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue