mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Most questionable workaround
This commit is contained in:
parent
9ecf16ca23
commit
be6667acf5
@ -67,7 +67,7 @@ inline long streamSeek(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin
|
||||
}
|
||||
if(ret == -1)
|
||||
logGlobal->error("Stream seek failed");
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
template<class Stream>
|
||||
|
Loading…
Reference in New Issue
Block a user