#1456 closed defect (fixed)
FUNPACK: puzzle blocks regression
| Reported by: | SF/khalek | Owned by: | Kirben |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
When using Putt-Putt's Fun Pack there is currently a regression when playing puzzle blocks.
While it used to work fine currently the following assertion is triggered.
scummvm: scumm/sound.cpp:73: void Scumm::Sound::addSoundToQueue2(int): Assertion `_soundQue2Pos < ((int)(sizeof(_soundQue2) / sizeof(_soundQue2[0])))' failed.
Latest CVS, Linux/x86
Ticket imported from: #896906. Ticket imported from: bugs/1456.
Change History (3)
comment:1 by , 22 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 22 years ago
comment:3 by , 8 years ago
| Component: | → Engine: SCUMM |
|---|
Note:
See TracTickets
for help on using tickets.

Was not actually a regression, the addition of the assert just exposed a bug (Caused by missing code).