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

@ -107,7 +107,7 @@ void DreamBase::obToInv(uint8 index, uint8 flag, uint16 x, uint16 y) {
showFrame(engine->icons1(), x - 3, y - 2, 7, 0);
}
void DreamGenContext::obPicture() {
void DreamBase::obPicture() {
if (data.byte(kObjecttype) == 1)
return;
Frame *frames;