| 277 | } |
| 278 | |
| 279 | void diablo_splash() |
| 280 | { |
| 281 | if (!showintrodebug) |
| 282 | return; |
| 283 | |
| 284 | play_movie("gendata\\logo.smk", TRUE); |
| 285 | #ifndef SPAWN |
| 286 | if (getIniBool("Diablo", "Intro", true)) { |
| 287 | play_movie("gendata\\diablo1.smk", TRUE); |
| 288 | setIniValue("Diablo", "Intro", "0"); |
| 289 | } |
| 290 | #endif |
| 291 | UiTitleDialog(); |
| 292 | } |
| 293 | |
| 294 | int DiabloMain(int argc, char **argv) |
| 295 | { |
no test coverage detected