This commit is contained in:
Daveo 2001-07-26 16:57:03 +00:00
parent 6261c31132
commit b9f0343188
4 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ void CLayerTrigger::GUIInit(CCore *Core)
GUITrigger.m_TargetYSpin.SetRange(0,32000);
GUITrigger.m_TargetWSpin.SetRange(1,32000);
GUITrigger.m_TargetHSpin.SetRange(1,32000);
GUITrigger.m_ValSpin.SetRange(1,32000);
GUITrigger.m_ValSpin.SetRange(-16000,16000);
}
/*****************************************************************************/

Binary file not shown.

View File

@ -364,7 +364,7 @@ struct sThingTrigger
u8 Width,Height;
sThingPoint TargetPos;
sThingPoint TargetSize;
u16 Val0,Val1;
s16 Val0,Val1;
}; // 12
struct sThingHazard

Binary file not shown.