Fixed maximum number of AI karts in race setup spinner. We support a max of 8 karts, but this means a max value of 7 AI karts
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5172 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
8d3e9df01e
commit
89637add52
@ -12,7 +12,7 @@
|
||||
<spacer width="50" height="25"/>
|
||||
<!--
|
||||
<spinner id="aikartamount" proportion="3" height="100%" min_value="0" max_value="8" icon="gui/karts%i.png"/> -->
|
||||
<spinner id="aikartamount" proportion="1" height="100%" min_value="0" max_value="8"/>
|
||||
<spinner id="aikartamount" proportion="1" height="100%" min_value="0" max_value="7"/>
|
||||
</div>
|
||||
|
||||
<spacer proportion="2" width="25"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user