TSAGE: Bugfix for sometimes not leaving Lyle's Office when using exit

This commit is contained in:
Paul Gilbert 2011-10-21 22:12:54 +11:00
parent 60e9295c1c
commit ae96d76da2

View file

@ -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;
}