Fix warnings.
svn-id: r47101
This commit is contained in:
parent
17feb75ae7
commit
413b4291b4
2 changed files with 2 additions and 2 deletions
|
@ -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