Fix warnings.

svn-id: r47101
This commit is contained in:
Eugene Sandulenko 2010-01-06 22:24:52 +00:00
parent 17feb75ae7
commit 413b4291b4
2 changed files with 2 additions and 2 deletions

View file

@ -1030,7 +1030,7 @@ bool Console::cmdDrawRobot(int argc, const char **argv) {
return true;
}
uint16 resourceId = atoi(argv[1]);
//uint16 resourceId = atoi(argv[1]);
_vm->_gamestate->_gui->drawRobot();
return true;

View file

@ -58,7 +58,7 @@ void Robot::initData(GuiResourceId resourceId) {
void Robot::draw() {
byte *bitmapData = _resourceData + 0x48;
int x, y;
int frame;
//int frame;
//for (frame = 0; frame < 30; frame++) {
for (y = 0; y < _height; y++) {