OSDN Git Service

[VM][EVENT] Extend permitted sound events to 32.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 3 Oct 2016 12:19:10 +0000 (21:19 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 3 Oct 2016 12:19:10 +0000 (21:19 +0900)
source/src/vm/event.h

index b222c11..dd46b33 100644 (file)
@@ -16,7 +16,7 @@
 
 #define MAX_CPU                8
 // 20161003 K.O
-#define MAX_SOUND      16
+#define MAX_SOUND      32
 #define MAX_LINES      1024
 #define MAX_EVENT      64
 #define NO_EVENT       -1