aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-04-14 00:05:26 +0000
committerMax Horn2006-04-14 00:05:26 +0000
commitdaf541e0b85d49e0d05323e86dd40b4e36bf6c53 (patch)
tree480057bc17bde99e74f3e80939bb8df919ea2548
parent3407185358347c81672acc370edad18e1ae39011 (diff)
downloadscummvm-rg350-daf541e0b85d49e0d05323e86dd40b4e36bf6c53.tar.gz
scummvm-rg350-daf541e0b85d49e0d05323e86dd40b4e36bf6c53.tar.bz2
scummvm-rg350-daf541e0b85d49e0d05323e86dd40b4e36bf6c53.zip
Fix compiler warnings
svn-id: r21855
-rw-r--r--engines/gob/draw_v2.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index be6a051709..74039c9b2b 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -39,18 +39,19 @@ Draw_v2::Draw_v2(GobEngine *vm) : Draw_v1(vm) {
}
void Draw_v2::printText(void) {
+/*
int16 savedFlags;
int16 ldestSpriteX;
char *dataPtr;
char *ptr;
char *ptr2;
- int16 index;
int16 destX;
int16 destY;
char cmd;
int16 val;
char buf[20];
-
+*/
+ int16 index;
warning("GOB2 Stub! Draw_v2::printText()");
index = _vm->_inter->load16();