TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it.
This commit is contained in:
parent
611905aa97
commit
78310d0f4b
9 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue