increase RageFile buffer size

This commit is contained in:
Glenn Maynard
2004-06-21 21:19:58 +00:00
parent b084adf625
commit 6d22c84cce
+1 -1
View File
@@ -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;