DREAMWEB: Removal of a useless stub
This commit is contained in:
parent
98a6b339af
commit
c51797dae6
3 changed files with 8 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue