aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2012-12-24 01:43:37 +0100
committerStrangerke2012-12-24 01:43:37 +0100
commit8cce2721177422a65e73c9f178746403c801f242 (patch)
tree0d5d42cf5184fe60b051ffd84e35aa9191d1a594 /engines/hopkins/graphics.cpp
parent3f8085f6542a1ef5a8fd0b1b3588b31114ac28c5 (diff)
downloadscummvm-rg350-8cce2721177422a65e73c9f178746403c801f242.tar.gz
scummvm-rg350-8cce2721177422a65e73c9f178746403c801f242.tar.bz2
scummvm-rg350-8cce2721177422a65e73c9f178746403c801f242.zip
HOPKINS: Some more renaming
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 638a1a2719..d4ad9cc30b 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -1882,7 +1882,7 @@ void GraphicsManager::Copy_Mem(const byte *srcSurface, int x1, int y1, unsigned
}
// Display Font
-void GraphicsManager::Affiche_Fonte(byte *surface, const byte *spriteData, int xp, int yp,
+void GraphicsManager::displayFont(byte *surface, const byte *spriteData, int xp, int yp,
int characterIndex, int colour) {
const byte *spriteDataP;
int i;