Age | Commit message (Collapse) | Author |
|
LAB: Fix bug #7022 - Events not processed during ending sequence
|
|
Regression from cd3ebf687c0e783147723095056d72684eddd347.
This fixes bug #6997.
|
|
Fixes toilet noises.
|
|
|
|
|
|
|
|
|
|
This resulted in calling resetMusic() twice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When skipping to the next closeup, it seems to make little sense to
check the _graphicName of the current one.
|
|
|
|
|
|
|
|
|
|
This also fixes a warning
|
|
|
|
|
|
|
|
There is no point waiting for looping sound effects to end
|
|
|
|
|
|
This is actually a nasty hack in the original to avoid duplicate
messages, but it ended up hiding some game messages. This hack isn't
really necessary at all for game functionality, so it has been
removed, without any notable side-effects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, add a method to properly free room views
|
|
|
|
readable
|
|
|
|
|
|
|
|
|