summaryrefslogtreecommitdiff
path: root/music_gui.c
diff options
context:
space:
mode:
authorhackykid <hackykid@openttd.org>2005-06-15 17:27:14 +0000
committerhackykid <hackykid@openttd.org>2005-06-15 17:27:14 +0000
commit8607bbf06d0fd1781c6ea7cb551327bfde2a6b4b (patch)
tree675809baa0b80a6754f7327b5b7cc056952ef6e0 /music_gui.c
parentb73099e083489ffea5d226517e5193bd7f742202 (diff)
downloadopenttd-8607bbf06d0fd1781c6ea7cb551327bfde2a6b4b.tar.xz
(svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'flags' parameter of DrawFrameRect(). (_Abraxa_)
Diffstat (limited to 'music_gui.c')
-rw-r--r--music_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/music_gui.c b/music_gui.c
index c16efaa99..7f2e93cde 100644
--- a/music_gui.c
+++ b/music_gui.c
@@ -366,8 +366,8 @@ static void MusicWindowWndProc(Window *w, WindowEvent *e)
DrawStringCentered(247, 15, STR_01DC_EFFECTS_VOLUME, 0);
DrawStringCentered(247, 29, STR_01DD_MIN_MAX, 0);
- DrawFrameRect(108, 23, 174, 26, 14, 0x20);
- DrawFrameRect(214, 23, 280, 26, 14, 0x20);
+ DrawFrameRect(108, 23, 174, 26, 14, FR_LOWERED);
+ DrawFrameRect(214, 23, 280, 26, 14, FR_LOWERED);
DrawFrameRect(108 + (msf.music_vol>>1),
22,