| author | peter1138 |
| Mon, 14 Jan 2008 11:18:43 +0000 | |
| changeset 8282 | d9f5096a5d54 |
| parent 8281 | c4b8951e7aa9 |
| child 8283 | bbe075d76da6 |
| src/newgrf.cpp | file | annotate | diff | comparison | revisions |
--- a/src/newgrf.cpp Sun Jan 13 23:53:33 2008 +0000 +++ b/src/newgrf.cpp Mon Jan 14 11:18:43 2008 +0000 @@ -2348,7 +2348,7 @@ _cur_spriteid, feature, num_sets, num_ents, num_sets * num_ents ); - for (uint i = 0; i < num_sets * num_ents; i++) { + for (int i = 0; i < num_sets * num_ents; i++) { _nfo_line++; LoadNextSprite(_cur_spriteid++, _file_index, _nfo_line); }