TSAGE: Bugfix for sometimes not leaving Lyle's Office when using exit
This commit is contained in:
parent
60e9295c1c
commit
ae96d76da2
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ bool Scene810::Desk::startAction(CursorType action, Event &event) {
|
|||
}
|
||||
|
||||
bool Scene810::Exit::startAction(CursorType action, Event &event) {
|
||||
ADD_PLAYER_MOVER(event.mousePos.x, event.mousePos.y);
|
||||
ADD_PLAYER_MOVER(event.mousePos.x + 30, event.mousePos.y);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue