Skip to content

Commit

Permalink
fix offset (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster committed Feb 5, 2017
1 parent 5e6c4a0 commit 1878f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagdec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ ASIRESULT AILCALL ASI_stream_seek (HASISTREAM stream, S32 stream_offset)
}
else
{
STR->offset = stream_offset;
STR->cursor = 0;
FetchStr(STR, stream_offset);
}
Expand Down

0 comments on commit 1878f0e

Please sign in to comment.