diff options
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 82fa70fa45..e0221bc740 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -1226,7 +1226,7 @@ void SimonEngine::playSting(uint a) { if (!midi._enable_sfx) return; - char filename[11]; + char filename[15]; File mus_file; uint16 mus_offset; |