* Get the amount of turns this tile is on fire. 0 = no fire. * @return fire : amount of turns this tile is on fire. */
| 646 | * @return fire : amount of turns this tile is on fire. |
| 647 | */ |
| 648 | int Tile::getFire() const |
| 649 | { |
| 650 | return _fire; |
| 651 | } |
| 652 | |
| 653 | /** |
| 654 | * Set the amount of turns this tile is smoking. 0 = no smoke. |
no outgoing calls
no test coverage detected