Skip to content

Commit

Permalink
Fix compiler warnings
Browse files Browse the repository at this point in the history
svn-id: r21855
  • Loading branch information
fingolfin committed Apr 14, 2006
1 parent 3407185 commit daf541e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions engines/gob/draw_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit daf541e

Please sign in to comment.