* Toggles personal lighting on / off. */
| 2379 | * Toggles personal lighting on / off. |
| 2380 | */ |
| 2381 | void TileEngine::togglePersonalLighting() |
| 2382 | { |
| 2383 | _personalLighting = !_personalLighting; |
| 2384 | calculateUnitLighting(); |
| 2385 | } |
| 2386 | |
| 2387 | /** |
| 2388 | * Calculates the distance between 2 points. Rounded up to first INT. |
no outgoing calls
no test coverage detected