svn-id: r23439
This commit is contained in:
Torbjörn Andersson 2006-07-08 20:45:01 +00:00
parent 8edc7ce1f7
commit 7bfaa0db78
9 changed files with 37 additions and 56 deletions

View file

@ -48,7 +48,6 @@ namespace Sword2 {
*/
void Screen::initBackground(int32 res, int32 new_palette) {
byte buf[NAME_LEN];
int i;
assert(res);
@ -56,7 +55,7 @@ void Screen::initBackground(int32 res, int32 new_palette) {
_vm->_sound->clearFxQueue();
waitForFade();
debug(1, "CHANGED TO LOCATION \"%s\"", _vm->_resman->fetchName(res, buf));
debug(1, "CHANGED TO LOCATION \"%s\"", _vm->_resman->fetchName(res));
// if last screen was using a shading mask (see below)
if (_thisScreen.mask_flag) {