Fixed missing break in PCD_GETPLAYERINFO

SVN r342 (trunk)
This commit is contained in:
Christoph Oelckers 2006-09-30 08:35:09 +00:00
parent a3f39c3789
commit 299380f990

View file

@ -4926,6 +4926,7 @@ int DLevelScript::RunScript ()
}
}
sp -= 1;
break;
case PCD_CHANGELEVEL:
{