| 76 | } |
| 77 | |
| 78 | void PlayIntro() |
| 79 | { |
| 80 | music_stop(); |
| 81 | if (gbIsHellfire) |
| 82 | play_movie("gendata\\Hellfire.smk", true); |
| 83 | else |
| 84 | play_movie("gendata\\diablo1.smk", true); |
| 85 | RefreshMusic(); |
| 86 | } |
| 87 | |
| 88 | bool DummyGetHeroInfo(_uiheroinfo * /*pInfo*/) |
| 89 | { |
no test coverage detected