summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index d95fffd4..8068e6ec 100644
--- a/main.c
+++ b/main.c
@@ -38,6 +38,11 @@ psdl_thread (uintptr_t ctx) {
gtkps_playsong ();
GDK_THREADS_LEAVE();
break;
+ case M_PLAYSONGNUM:
+ GDK_THREADS_ENTER();
+ gtkps_playsongnum (p1);
+ GDK_THREADS_LEAVE();
+ break;
case M_STOPSONG:
GDK_THREADS_ENTER();
gtkps_stopsong ();