diff options
-rw-r--r-- | sword2/resman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp index 8269f54c4a..fc2984a722 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -189,7 +189,7 @@ ResourceManager::~ResourceManager() { _vm->_memory->memFree(res->ptr); res = res->next; } - for (int i = 0; i < _totalClusters; i++) + for (uint i = 0; i < _totalClusters; i++) free(_resFiles[i].entryTab); free(_resList); free(_resConvTable); |