aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
diff options
context:
space:
mode:
authorStrangerke2013-01-02 16:04:15 +0100
committerStrangerke2013-01-02 16:04:15 +0100
commit7c88b9c54e8e5f45132b6211f2ef5c0268f1f532 (patch)
tree25c0c87f4000a4f9c111f3be0b1c4d5721fac301 /engines/hopkins/font.cpp
parent74d1e3e0137bfdc49936054999c2b3bd9d011e8a (diff)
downloadscummvm-rg350-7c88b9c54e8e5f45132b6211f2ef5c0268f1f532.tar.gz
scummvm-rg350-7c88b9c54e8e5f45132b6211f2ef5c0268f1f532.tar.bz2
scummvm-rg350-7c88b9c54e8e5f45132b6211f2ef5c0268f1f532.zip
HOPKINS: Silence some GCC warning (thanks to eriktorbjorn)
Diffstat (limited to 'engines/hopkins/font.cpp')
-rw-r--r--engines/hopkins/font.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/hopkins/font.cpp b/engines/hopkins/font.cpp
index 069c9dc714..4d0aa14dfe 100644
--- a/engines/hopkins/font.cpp
+++ b/engines/hopkins/font.cpp
@@ -134,7 +134,6 @@ void FontManager::box(int idx, int messageId, const Common::String &filename, in
Common::File f;
int v73 = xp;
- int v70 = yp;
if (idx < 0)
error("Bad number for text");
_vm->_globals.police_l = 11;
@@ -367,7 +366,6 @@ LABEL_57:
int v28 = _vm->_eventsManager._startPos.x + 315 - v27;
v73 = _vm->_eventsManager._startPos.x + 315 - v27;
_text[idx]._pos.y = 50;
- v70 = 50;
posY = 50;
posX = v28;
}