Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, remove a useless actor and replace some class members by local variable.
|
|
compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We don't have to call resetVariables() here. It's called in newGame()
as well as in loadGame(). Calling it here would end up in calling
setDirection(), but we didn't even istaniate _animation here yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes Patti's head overlapping a textbox near the end of the game (German text only!), also occured in Sierra SCI
|
|
This reverts commit 6dc3768faaa272a12e3c6e7ce0965905338132ad.
This commit was the wrong fix to the compilation problem later
fixed by 8e9aefbf6edafa9eed41bd90e5579e5bcde34b03.
|
|
|
|
|