diff options
| author | Zed <Zed@zed.zed> | 2015-08-02 16:06:38 +0200 |
|---|---|---|
| committer | Zed <Zed@zed.zed> | 2015-08-02 16:06:38 +0200 |
| commit | ce4d5a5ac5204c3a791e2a1bd426c019ffa05172 (patch) | |
| tree | 35755b49843ffae136c939dd00392ee192b1858c /TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c | |
| parent | 954de7a151d426fbdbcf0662d4f22defa3edd022 (diff) | |
| download | tempelschubsen-ce4d5a5ac5204c3a791e2a1bd426c019ffa05172.tar.gz tempelschubsen-ce4d5a5ac5204c3a791e2a1bd426c019ffa05172.zip | |
Add symbol for "random" option in setup menus
Diffstat (limited to 'TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c b/TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c index 06459ed..33d2134 100644 --- a/TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c +++ b/TemplePushing.c4s/Misc.c4d/SetupMenu.c4d/Script.c @@ -51,7 +51,7 @@ private func ShowSectionMenu() CheckPreselect(Sections[i] == section, i); } - clonk->AddMenuItem("$Random$", Format("SelectSection(%i)", Sections[Random(GetLength(Sections))]), ROCK); + clonk->AddMenuItem("$Random$", Format("SelectSection(%i)", Sections[Random(GetLength(Sections))]), SRND); } private func SelectSection(id selectedSection) @@ -73,7 +73,7 @@ private func ShowModeMenu() CheckPreselect(m[0] == mode, menuItemIndex++); } - clonk->AddMenuItem("$Random$", Format("SelectMode(%d)", Modes[Random(GetLength(Modes))][0]), ROCK); + clonk->AddMenuItem("$Random$", Format("SelectMode(%d)", Modes[Random(GetLength(Modes))][0]), SRND); clonk->AddMenuItem("$Back$", "ShowSectionMenu()", SBCK); } |
