diff --git a/stepmania/src/RageFile.h b/stepmania/src/RageFile.h index 76e66815f5..3924a8ab61 100644 --- a/stepmania/src/RageFile.h +++ b/stepmania/src/RageFile.h @@ -85,7 +85,7 @@ private: bool m_EOF; int m_FilePos; - enum { BSIZE = 256 }; + enum { BSIZE = 1024*16 }; char m_Buffer[BSIZE]; char *m_pBuf; int m_BufUsed;