Fix warnings.
svn-id: r47101
This commit is contained in:
parent
17feb75ae7
commit
413b4291b4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue