DEADSOFTWARE

sound: fix voices in menu
[flatwaifu.git] / src / menu.h
index fedd702301d2eacffe63c981c441caa40becc189..bb6d829777bcde7f8f7886cb3c1cd13fd2d19a84 100644 (file)
@@ -48,7 +48,7 @@ extern menu_t *mnu;
 extern byte gm_redraw;
 extern short lastkey;
 
-void GMV_say (char *nm);
+void GMV_say (const char nm[8]);
 void G_keyf (int key, int down);
 void G_code (void);
 int GM_act (void);