aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-08-07 19:07:01 +0200
committerStrangerke2012-08-07 19:07:01 +0200
commit78310d0f4b546081fceee2cf4ba72dd628fa7018 (patch)
tree03aeebf23867aca0546ed332f0cf0df207cb9361 /engines/tsage/graphics.h
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/graphics.h')
-rw-r--r--engines/tsage/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/graphics.h b/engines/tsage/graphics.h
index 9c6f13e407..9175b1050a 100644
--- a/engines/tsage/graphics.h
+++ b/engines/tsage/graphics.h
@@ -339,7 +339,7 @@ public:
static void setPalette();
};
-GfxSurface *Surface_getArea(GfxSurface &src, const Rect &bounds);
+GfxSurface *surfaceGetArea(GfxSurface &src, const Rect &bounds);
GfxSurface surfaceFromRes(const byte *imgData);
GfxSurface surfaceFromRes(int resNum, int rlbNum, int subNum);