This commit is contained in:
parent
d490a19952
commit
2e606b05d2
19 changed files with 79 additions and 31 deletions
|
@ -51,6 +51,9 @@ void CLayerPlatform::GUIInit(CCore *Core)
|
|||
Core->GUIAdd(GUIPlatform,IDD_LAYER_PLATFORM);
|
||||
GUIPlatform.DisableCallback(false);
|
||||
|
||||
GUIPlatform.m_SpeedSpin.SetRange(0,255);
|
||||
GUIPlatform.m_TurnRateSpin.SetRange(0,255);
|
||||
|
||||
// Init type lists
|
||||
{
|
||||
CComboBox &List=GUIPlatform.m_MoveList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue