sidescreen in prepattern screen

This commit is contained in:
Zeno Rogue 2018-01-25 23:47:28 +01:00
parent c79037088f
commit b798e1a758
1 changed files with 3 additions and 0 deletions

View File

@ -1113,6 +1113,9 @@ namespace patterns {
}
void showPrePattern() {
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(0);
dialog::init("predesigned patterns");
dialog::addItem(XLAT("single color"), 'g');
dialog::addItem(XLAT("random colors"), 'r');