aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-03-13 22:58:48 -0400
committerPaul Gilbert2013-03-13 22:58:48 -0400
commit39ffd06839531cb9a2e81e9c89b820b6332327d8 (patch)
tree78d7dec9c3074281455cddde7ce7b8529138f2d1 /engines/hopkins/graphics.cpp
parentd10f81372bafe4af7ed94162570e1c55be3ae4e1 (diff)
downloadscummvm-rg350-39ffd06839531cb9a2e81e9c89b820b6332327d8.tar.gz
scummvm-rg350-39ffd06839531cb9a2e81e9c89b820b6332327d8.tar.bz2
scummvm-rg350-39ffd06839531cb9a2e81e9c89b820b6332327d8.zip
HOPKINS: Bugfix for refreshing Breakout lives when one is lost
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 4041363814..798b350fcd 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -675,7 +675,7 @@ void GraphicsManager::fadeInBreakout() {
/**
* Fade out used by for the breakout mini-game
*/
-void GraphicsManager::fateOutBreakout() {
+void GraphicsManager::fadeOutBreakout() {
byte palette[PALETTE_EXT_BLOCK_SIZE];
memset(palette, 0, PALETTE_EXT_BLOCK_SIZE);