From e56c3cddd8fcf8c852ee7f3c8dc49df9623a94d0 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 4 Dec 2004 09:26:39 +0000 Subject: (svn r925) Use sound enums Also play the correct sound when a toyland road vehicle breaks down --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index ecde8b78c..5b166d247 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -267,7 +267,7 @@ static void BuildTreesWndProc(Window *w, WindowEvent *e) case 16: /* place trees randomly over the landscape*/ w->click_state |= 1 << 16; w->flags4 |= 5 << WF_TIMEOUT_SHL; - SndPlayFx(0x13); + SndPlayFx(SND_15_BEEP); PlaceTreesRandomly(); MarkWholeScreenDirty(); break; -- cgit v1.2.3-54-g00ecf