- Fixed cut off and missing sounds
- Fixed a crash/static reported in the forums (sending Winkle to the vulture) - (Hopefully) fixed the immediately-closing notepad heisenbug (#1621089) - Fixed using unitialised values after allocating the variables svn-id: r25025
This commit is contained in:
parent
61d741514e
commit
6e0835da11
9 changed files with 51 additions and 27 deletions
|
@ -206,8 +206,7 @@ memBlocks = word ptr -2*/
|
|||
|
||||
_vm->_global->_inter_variables = new char[varsCount * 4];
|
||||
_vm->_global->_inter_variablesSizes = new byte[varsCount * 4];
|
||||
for (i = 0; i < varsCount; i++)
|
||||
WRITE_VAR(i, 0);
|
||||
_vm->_global->clearVars(varsCount);
|
||||
WRITE_VAR(58, 1);
|
||||
|
||||
strcpy(_vm->_game->_curTotFile, buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue