aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/converse.cpp
diff options
context:
space:
mode:
authorStrangerke2012-08-07 19:07:01 +0200
committerStrangerke2012-08-07 19:07:01 +0200
commit78310d0f4b546081fceee2cf4ba72dd628fa7018 (patch)
tree03aeebf23867aca0546ed332f0cf0df207cb9361 /engines/tsage/converse.cpp
parent611905aa9718afd0320f518af6976d3316035622 (diff)
downloadscummvm-rg350-78310d0f4b546081fceee2cf4ba72dd628fa7018.tar.gz
scummvm-rg350-78310d0f4b546081fceee2cf4ba72dd628fa7018.tar.bz2
scummvm-rg350-78310d0f4b546081fceee2cf4ba72dd628fa7018.zip
TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it.
Diffstat (limited to 'engines/tsage/converse.cpp')
-rw-r--r--engines/tsage/converse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/converse.cpp b/engines/tsage/converse.cpp
index 06fbffb751..ba27db9104 100644
--- a/engines/tsage/converse.cpp
+++ b/engines/tsage/converse.cpp
@@ -505,7 +505,7 @@ void ConversationChoiceDialog::draw() {
// Make a backup copy of the area the dialog will occupy
Rect tempRect = _bounds;
tempRect.collapse(-10, -10);
- _savedArea = Surface_getArea(g_globals->_gfxManagerInstance.getSurface(), tempRect);
+ _savedArea = surfaceGetArea(g_globals->_gfxManagerInstance.getSurface(), tempRect);
// Fill in the contents of the entire dialog
_gfxManager._bounds = Rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);