diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 12:51:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-04-08 12:51:31 -0400 |
commit | 2073a56531c82875e014985f4b87dd9e6b4cf0dc (patch) | |
tree | fa9a31158f527f74ee465020623da21d299be213 /src/option_menu.c | |
parent | d7c165d8fecc3e605436135c526e5fe647b04677 (diff) |
Finish naming objs in slot_machine
Diffstat (limited to 'src/option_menu.c')
-rw-r--r-- | src/option_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_menu.c b/src/option_menu.c index 54cca0501..f224db1bc 100644 --- a/src/option_menu.c +++ b/src/option_menu.c @@ -352,7 +352,7 @@ static bool8 LoadOptionMenuPalette(void) LoadPalette(stdpal_get(2), 0xF0, 0x20); break; case 3: - sub_814FDA0(1, 0x1B3, 0x30); + DrawWindowBorderWithStdpal3(1, 0x1B3, 0x30); break; default: return TRUE; |