DREAMWEB: Removal of unneeded stubs
This commit is contained in:
parent
681af21e2f
commit
e36832bbf8
5 changed files with 5 additions and 31 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue