aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-18 13:58:33 +0000
committerTorbjörn Andersson2006-05-18 13:58:33 +0000
commite563d0c18203e4ca4d5a585eb98365fef513ca4a (patch)
tree1b313ebc21d4c63f705fded6a5f68f8de4b6d7d3 /graphics/animation.h
parentbbb5f6813dab8a2b24fbde75ace2943b42f7cd9b (diff)
downloadscummvm-rg350-e563d0c18203e4ca4d5a585eb98365fef513ca4a.tar.gz
scummvm-rg350-e563d0c18203e4ca4d5a585eb98365fef513ca4a.tar.bz2
scummvm-rg350-e563d0c18203e4ca4d5a585eb98365fef513ca4a.zip
Renamed screenChanged() to handleScreenChanged().
svn-id: r22518
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index aa36369974..1ee6a12879 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -133,7 +133,7 @@ public:
bool init(const char *name, void *audioArg = NULL);
bool decodeFrame();
- void screenChanged();
+ void handleScreenChanged();
void updateScreen();
#ifndef BACKEND_8BIT