Age | Commit message (Collapse) | Author |
|
|
|
|
|
This fixes compilation of sword25's pluto with Visual Studio. The issue
has been revealed with commit 34169a81. The other data types are
defined in scummsys.h, thus only the missing int64 and uint64 defines
are set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|