| 264 | } |
| 265 | |
| 266 | void World::CreateMainOptions() |
| 267 | { |
| 268 | if (!_options) |
| 269 | { |
| 270 | _options = CreateMainOptionsUI(); |
| 271 | if (GEngine) |
| 272 | { |
| 273 | GEngine->ReinitCounters(); |
| 274 | } |
| 275 | } |
| 276 | } |
| 277 | |
| 278 | void World::CreateEndOptions(int mode) |
| 279 | { |
nothing calls this directly
no test coverage detected