This commit is contained in:
Daveo 2001-04-09 14:56:05 +00:00
parent d490a19952
commit 2e606b05d2
19 changed files with 79 additions and 31 deletions

View file

@ -50,6 +50,12 @@ void CLayerActor::GUIInit(CCore *Core)
Core->GUIAdd(GUIThingPos,IDD_LAYER_THING_POS);
Core->GUIAdd(GUIActor,IDD_LAYER_ACTOR);
GUIActor.DisableCallback(false);
GUIActor.m_HealthSpin.SetRange(0,255);
GUIActor.m_AttackSpin.SetRange(0,255);
GUIActor.m_SpeedSpin.SetRange(0,255);
GUIActor.m_TurnRateSpin.SetRange(0,255);
}
/*****************************************************************************/