| 375 | } |
| 376 | |
| 377 | std::vector<sIntroText>* sGameVersion::getIntroData() const { |
| 378 | if (isAmiga()) { |
| 379 | if (isCannonFodder1()) |
| 380 | return &mIntroText_Amiga; |
| 381 | else |
| 382 | return &mIntroText_Amiga2; |
| 383 | } |
| 384 | else { |
| 385 | if (isCannonFodder1()) |
| 386 | return &mIntroText_PC; |
| 387 | else |
| 388 | return &mIntroText_PC2; |
| 389 | } |
| 390 | |
| 391 | } |
no outgoing calls
no test coverage detected