mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
CGE2: Fix GCC warning
This commit is contained in:
parent
7810df976b
commit
b48c94a541
@ -30,7 +30,7 @@
|
||||
namespace CGE2 {
|
||||
|
||||
void Spare::sync(Common::Serializer &s) {
|
||||
for (int i = 0; i < _container.size(); i++)
|
||||
for (uint i = 0; i < _container.size(); i++)
|
||||
_container[i]->sync(s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user