mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
DRAGONS: Fix compiler warning
This commit is contained in:
parent
fffb25a47a
commit
5071d86a28
@ -87,7 +87,7 @@ void Properties::save(uint numberToWrite, Common::WriteStream *out) {
|
||||
|
||||
void Properties::print(char *prefix) {
|
||||
char *str = new char[_count + 1];
|
||||
int i = 0;
|
||||
uint i = 0;
|
||||
for (; i < _count; i++) {
|
||||
str[i] = get(i) ? '1' : '0';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user