Age | Commit message (Collapse) | Author |
|
Unify callDialogDriver() and displayText(). Rework it, unSkrimble() and
doTheBubble() to use Common::String instead of a private buffer. This
fixes the bug regarding examining the money bag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
savegames.
|
|
The faulty uninitialized variable was _lastPerson. Better to call the
whole resetVariables() so hopefully nothing similar will happen from now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MSVC complains that this specific usage of sqrt() is ambiguous, since
the arguments aren't float or double
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GraphicManager::init().
|
|
|
|
|
|
I think this fixes CID 1086888, but I haven't been able to find
where in the game this constructor is used.
|
|
|