DREAMWEB: Removal of a useless stub

This commit is contained in:
Bertrand Augereau 2011-09-02 07:56:50 +02:00
parent 98a6b339af
commit c51797dae6
3 changed files with 8 additions and 14 deletions

View file

@ -501,7 +501,7 @@ void DreamGenContext::liftsprite(Sprite *sprite, SetObject *objData) {
}
void DreamGenContext::facerightway() {
PathNode *paths = getroomspathsCPP()->nodes;
PathNode *paths = getroomspaths()->nodes;
uint8 dir = paths[data.byte(kManspath)].dir;
data.byte(kTurntoface) = dir;
data.byte(kLeavedirection) = dir;