mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 23:14:09 +00:00
Fix type
This commit is contained in:
parent
a20e2a8b50
commit
a60382e044
@ -1726,7 +1726,7 @@ static int _scr_header_load()
|
||||
}
|
||||
|
||||
while (1) {
|
||||
char ch = fileReadChar(stream);
|
||||
int ch = fileReadChar(stream);
|
||||
if (ch == -1) {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user