LAB: Move the LAB2 teaser screen in a separate function

This commit is contained in:
Filippos Karapetis 2015-12-13 19:27:34 +02:00 committed by Willem Jan Palenstijn
parent 231dda2ba9
commit c883769adc
3 changed files with 24 additions and 22 deletions

View file

@ -481,10 +481,12 @@ void LabEngine::doActions(Action *actionList, CloseDataPtr *closePtrList) {
case WINGAME:
_quitLab = true;
showLab2Teaser();
break;
case LOSTGAME:
_quitLab = true;
// This seems to be unused?
error("Unused opcode LOSTGAME has been called");
break;
case RESETBUFFER: