Skip to content

Commit

Permalink
ACTIONSCRIPT: Initialize ASBuffer::_currentLength
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jun 15, 2018
1 parent 0860539 commit f326cdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/aurora/actionscript/asbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ enum Opcodes {
};

ASBuffer::ASBuffer(Common::SeekableReadStream *as) :
_seeked(0), _script(as) {
_currentLength(0), _seeked(0), _script(as) {

assert(as);
}

Expand Down

0 comments on commit f326cdd

Please sign in to comment.