summaryrefslogtreecommitdiff
path: root/src/roulette.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-09 00:16:15 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-09 00:16:15 -0600
commit8869cbc98e2f8e761e9ff89182933643992e2bd7 (patch)
tree451264077e87b691daf35d7fc4ae022544788dd5 /src/roulette.c
parente57ffa0c5e3096ef8e856bbc1f2c95787c5dd0e2 (diff)
s/gWindowConfig/gWindowTemplate/g
Diffstat (limited to 'src/roulette.c')
-rw-r--r--src/roulette.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roulette.c b/src/roulette.c
index 0253a6bb8..950cbdbb1 100644
--- a/src/roulette.c
+++ b/src/roulette.c
@@ -596,8 +596,8 @@ void sub_8115384(void)
gMain.state++;
break;
case 0x2:
- SetUpWindowConfig(&gWindowConfig_81E6C3C);
- InitMenuWindow(&gWindowConfig_81E6CE4);
+ SetUpWindowConfig(&gWindowTemplate_81E6C3C);
+ InitMenuWindow(&gWindowTemplate_81E6CE4);
LoadPalette(&gUnknown_083F86BC, 0x0, 0x1C0);
gMain.state++;
break;