* Get the amount of turns this tile is smoking. 0 = no smoke. * @return smoke : amount of turns this tile is smoking. */
| 687 | * @return smoke : amount of turns this tile is smoking. |
| 688 | */ |
| 689 | int Tile::getSmoke() const |
| 690 | { |
| 691 | return _smoke; |
| 692 | } |
| 693 | |
| 694 | /** |
| 695 | * Get the number of frames the fire or smoke animation is off-sync. |
no outgoing calls
no test coverage detected