DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase

This commit is contained in:
Max Horn 2011-12-15 14:09:53 +01:00
parent 9ebcaa33e7
commit d1ed87bece
9 changed files with 47 additions and 79 deletions

View file

@ -1495,5 +1495,16 @@ void DreamGenContext::withWhat() {
data.byte(kInvopen) = 2;
}
void DreamGenContext::notHeldError() {
createPanel();
showPanel();
showMan();
showExit();
obIcons();
printMessage2(64, 100, 63, 200 + 1, true, 1);
workToScreenM();
hangOnP(50);
putBackObStuff();
}
} // End of namespace DreamGen