diff -r 328486855d01 -r bc5215b2f9fb QTfrontend/ui/widget/gamecfgwidget.cpp --- a/QTfrontend/ui/widget/gamecfgwidget.cpp Sun Feb 15 15:35:46 2015 -0500 +++ b/QTfrontend/ui/widget/gamecfgwidget.cpp Sun Feb 15 21:27:27 2015 -0500 @@ -587,7 +587,7 @@ if (sl.size() >= 42) { - sl[42].prepend('!'); + sl[sl.size()-1].prepend('!'); emit paramChanged("SCHEME", sl); // this is a stupid hack for the fact that SCHEME is being sent once, empty. Still need to find out why. }