mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 00:05:37 +00:00
fixed error redefining buffersize on win32 systems.
This commit is contained in:
parent
14d410be44
commit
cddfce3f7e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user