diff -r 4feced261c68 -r de822cd3df3a misc/libphyslayer/physfsrwops.c --- a/misc/libphyslayer/physfsrwops.c Tue Jan 21 22:38:13 2014 +0100 +++ b/misc/libphyslayer/physfsrwops.c Tue Jan 21 22:43:06 2014 +0100 @@ -95,7 +95,7 @@ SDL_SetError("Attempt to seek past start of file."); return -1; } /* if */ - + if (!PHYSFS_seek(handle, (PHYSFS_uint64) pos)) { SDL_SetError("PhysicsFS error: %s", PHYSFS_getLastError());