DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase
This commit is contained in:
parent
9ebcaa33e7
commit
d1ed87bece
9 changed files with 47 additions and 79 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue