Merge branch 'master' into openal

This commit is contained in:
Christoph Oelckers 2015-03-24 17:59:08 +01:00
commit c249157876
235 changed files with 13074 additions and 18978 deletions

View file

@ -53,7 +53,7 @@
//==========================================================================
FileReader::FileReader ()
: File(NULL), Length(0), StartPos(0), CloseOnDestruct(false)
: File(NULL), Length(0), StartPos(0), FilePos(0), CloseOnDestruct(false)
{
}