TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it.

This commit is contained in:
Strangerke 2012-08-07 19:07:01 +02:00
parent 611905aa97
commit 78310d0f4b
9 changed files with 13 additions and 13 deletions

View file

@ -112,7 +112,7 @@ void UIQuestion::showItem(int resNum, int rlbNum, int frameNum) {
imgRect.center(SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2);
// Save the area behind where the image will be displayed
GfxSurface *savedArea = Surface_getArea(GLOBALS.gfxManager().getSurface(), imgRect);
GfxSurface *savedArea = surfaceGetArea(GLOBALS.gfxManager().getSurface(), imgRect);
// Draw the image
GLOBALS.gfxManager().copyFrom(objImage, imgRect);