aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
authoruruk2014-03-04 15:25:26 +0100
committeruruk2014-03-04 15:25:26 +0100
commit8b16fdcede688a156b4787601d284224d915d49f (patch)
tree6b2581143abe790005a8572216fc2195d1cd4899 /engines/avalanche/graphics.h
parentd69975af14e121ff32f26bb86353e30044da1537 (diff)
downloadscummvm-rg350-8b16fdcede688a156b4787601d284224d915d49f.tar.gz
scummvm-rg350-8b16fdcede688a156b4787601d284224d915d49f.tar.bz2
scummvm-rg350-8b16fdcede688a156b4787601d284224d915d49f.zip
AVALANCHE: Implement loadMenu(). Unify it with menuLoadIcons().
Also rename menuLoadIcons to menuLoadPictures after the unifying.
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h
index fa72847856..36952c7415 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -123,7 +123,7 @@ public:
void menuRefreshScreen();
void menuInitialize();
void menuClear();
- void menuLoadIcons();
+ void menuLoadPictures();
void clearAlso();
void clearTextBar();