From 8ba444e5efd62f011218a2121084576ee1bf84fb Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 18 Sep 2010 18:36:36 +0000 Subject: More use of DEH_String and DEH_snprintf, especially in the dialog engine. Also more use of new GiveVoiceObjective macro. Subversion-branch: /branches/strife-branch Subversion-revision: 2111 --- src/strife/f_finale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strife/f_finale.c') diff --git a/src/strife/f_finale.c b/src/strife/f_finale.c index f12db08c..b93d1106 100644 --- a/src/strife/f_finale.c +++ b/src/strife/f_finale.c @@ -305,13 +305,13 @@ static void F_DoSlideShow(void) case SLIDE_SIGIL1: // state #5 slideshow_panel = DEH_String("SS3F1"); - I_StartVoice("MAC16"); + I_StartVoice(DEH_String("MAC16")); slideshow_state = SLIDE_SIGIL2; slideshow_tics = 350; break; case SLIDE_SIGIL2: // state #6 slideshow_panel = DEH_String("SS3F2"); - I_StartVoice("MAC17"); + I_StartVoice(DEH_String("MAC17")); slideshow_state = SLIDE_SIGIL3; slideshow_tics = 420; break; -- cgit v1.2.3