DREAMWEB: Removal of unneeded stubs

This commit is contained in:
Bertrand Augereau 2011-08-17 06:51:29 +02:00
parent 681af21e2f
commit e36832bbf8
5 changed files with 5 additions and 31 deletions

View file

@ -200,11 +200,6 @@ void DreamGenContext::mainman(Sprite *sprite) {
es = pop();
}
void DreamGenContext::walking() {
Sprite *sprite = (Sprite *)es.ptr(bx, sizeof(Sprite));
walking(sprite);
}
void DreamGenContext::walking(Sprite *sprite) {
uint8 comp;
if (data.byte(kLinedirection) != 0) {