fixed error redefining buffersize on win32 systems.

This commit is contained in:
John W. C. McNabb 2006-11-09 20:11:21 +00:00
parent 14d410be44
commit cddfce3f7e

View File

@ -229,9 +229,7 @@ bool init_sound() {
//but this seems to cause crashes on other systems...
#ifdef WIN32
const size_t buf_size = 4096;
#endif
#ifdef GP2X
#elif GP2X
const size_t buf_size = 512;
#else
const size_t buf_size = 1024;