aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4_views.cpp
diff options
context:
space:
mode:
authorMax Horn2008-06-18 21:02:52 +0000
committerMax Horn2008-06-18 21:02:52 +0000
commit07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910 (patch)
tree6137fa2fe7257dfd72be645e483c93b7e02fc652 /engines/m4/m4_views.cpp
parent7bceafb3f2cff0f80b5b489d21e8bff90ddb5fbe (diff)
downloadscummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.tar.gz
scummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.tar.bz2
scummvm-rg350-07bcb5179ccad90d18a9e5a8f3c86d9d7ee3f910.zip
Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property)
svn-id: r32733
Diffstat (limited to 'engines/m4/m4_views.cpp')
-rw-r--r--engines/m4/m4_views.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/m4_views.cpp b/engines/m4/m4_views.cpp
index 9bf964ee96..777356467b 100644
--- a/engines/m4/m4_views.cpp
+++ b/engines/m4/m4_views.cpp
@@ -331,7 +331,7 @@ bool GameInterfaceView::onEvent(M4EventType eventType, int param, int x, int y,
}
void GameInterfaceView::onRefresh(RectList *rects, M4Surface *destSurface) {
- empty();
+ clear();
_statusText.onRefresh();
_inventory.onRefresh();