| 1966 | |
| 1967 | void OpenEditor() |
| 1968 | { |
| 1969 | Display* options = dynamic_cast<Display*>(GWorld->Options()); |
| 1970 | if (!options) |
| 1971 | { |
| 1972 | return; |
| 1973 | } |
| 1974 | GWorld->SwitchLandscape(GetWorldName(Glob.header.worldname)); |
| 1975 | // Macrovision CD Protection |
| 1976 | CreateEditor(options); |
| 1977 | // options->CreateChild(new DisplayArcadeMap(options)); |
| 1978 | } |
| 1979 | |
| 1980 | void StartIntro() |
| 1981 | { |
| 1982 | Display* options = dynamic_cast<Display*>(GWorld->Options()); |
no test coverage detected