From 3f6745a2f43fc2e017a9268c06d11e6278b5bb2f Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Sun, 18 Mar 2007 14:08:34 +0000 Subject: Applied eriktorbjorn's patch for bug #1657466: "BASS: wrong music slider behavior" and did some cleanup. svn-id: r26208 --- engines/sky/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sky/control.cpp') diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp index 3d34ed9e36..f90a98c865 100644 --- a/engines/sky/control.cpp +++ b/engines/sky/control.cpp @@ -1605,7 +1605,7 @@ void Control::delay(unsigned int amount) { void Control::showGameQuitMsg(void) { - _skyText->fnSetFont(1); + _skyText->fnSetFont(0); uint8 *textBuf1 = (uint8 *)malloc(GAME_SCREEN_WIDTH * 14 + sizeof(dataFileHeader)); uint8 *textBuf2 = (uint8 *)malloc(GAME_SCREEN_WIDTH * 14 + sizeof(dataFileHeader)); uint8 *screenData; -- cgit v1.2.3