The correct value is -1.

This commit is contained in:
Steve Checkoway
2006-02-19 07:43:58 +00:00
parent 63a2415b51
commit 1b3c3096c2
+16 -16
View File
@@ -689,7 +689,7 @@ NextScreen=@SMOnlineScreen()
PrevScreen=@ScreenTitleBranch()
HelpText=
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
[ScreenNetRoom]
MusicSelectScreen=ScreenSMOnlineSelectMusic
@@ -2177,7 +2177,7 @@ Fallback=ScreenOptions
NextScreen=ScreenJukebox
PrevScreen=@ScreenTitleBranch()
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
InputMode=together
ForceAllPlayers=1
LineNames=1,2,3,4
@@ -3719,7 +3719,7 @@ IconsOnCommand=x,-30
TimerOnCommand=hidden,1
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
AllowOperatorMenuButton=0
LineNames=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
@@ -3748,7 +3748,7 @@ InputMode=together
IconsOnCommand=x,-30
TimerOnCommand=hidden,1
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
AllowOperatorMenuButton=0
ForceAllPlayers=1
PrevScreen=ScreenOptionsService
@@ -4216,7 +4216,7 @@ EmptyName=STEP
[ScreenSetTime]
Class=ScreenSetTime
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
TimerOnCommand=hidden,1
Fallback=ScreenWithMenuElements
NextScreen=ScreenOptionsService
@@ -4285,7 +4285,7 @@ Class=ScreenOptionsMaster
NextScreen=none
PrevScreen=none
PlayMusic=0
TimerSeconds=0
TimerSeconds=1
StyleIcon=0
LineNames=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
Line1=list,Speed
@@ -4436,7 +4436,7 @@ Fallback=ScreenMiniMenu
[ScreenTextEntry]
Class=ScreenTextEntry
Fallback=ScreenWithMenuElements
TimerSeconds=0
TimerSeconds=1
RowStartX=SCREEN_LEFT+100
RowStartY=SCREEN_CENTER_Y-30
RowEndX=SCREEN_RIGHT-100
@@ -4460,7 +4460,7 @@ KeysInitCommand=zoom,0.8;shadowlength,0
[ScreenPrompt]
Class=ScreenPrompt
Fallback=ScreenWithMenuElementsBlank
TimerSeconds=0
TimerSeconds=1
QuestionX=SCREEN_CENTER_X
QuestionY=SCREEN_CENTER_Y-60
@@ -4533,7 +4533,7 @@ NextScreen=ScreenOptionsEditCourse
PrepareScreens=ScreenMiniMenuContext
GroupedScreens=ScreenMiniMenuContext
PersistScreens=ScreenMiniMenuContext
TimerSeconds=0
TimerSeconds=-1
ShowExplanations=0
CapitalizeAllOptionNames=0
AllowRepeatingChangeValueInput=1
@@ -4548,7 +4548,7 @@ NextScreen=ScreenOptionsEditCourse
PrepareScreens=ScreenMiniMenuContext
GroupedScreens=ScreenMiniMenuContext
PersistScreens=ScreenMiniMenuContext
TimerSeconds=0
TimerSeconds=1
ShowExplanations=0
CapitalizeAllOptionNames=0
AllowRepeatingChangeValueInput=1
@@ -4562,7 +4562,7 @@ NextScreen=ScreenOptionsEditCourseEntry
PrepareScreens=ScreenMiniMenuContext
GroupedScreens=ScreenMiniMenuContext
PersistScreens=ScreenMiniMenuContext
TimerSeconds=0
TimerSeconds=1
ShowExplanations=0
CapitalizeAllOptionNames=0
AllowRepeatingChangeValueInput=1
@@ -4576,7 +4576,7 @@ NextScreen=ScreenOptionsEditCourse
PrepareScreens=ScreenMiniMenuContext
GroupedScreens=ScreenMiniMenuContext
PersistScreens=ScreenMiniMenuContext
TimerSeconds=0
TimerSeconds=1
ShowExplanations=0
CapitalizeAllOptionNames=0
AllowRepeatingChangeValueInput=1
@@ -4596,7 +4596,7 @@ PrepareScreens=ScreenMiniMenuContext
GroupedScreens=ScreenMiniMenuContext
PersistScreens=ScreenMiniMenuContext
StyleIcon=0
TimerSeconds=0
TimerSeconds=1
ShowExplanations=0
[ScreenOptionsEditProfile]
@@ -4604,7 +4604,7 @@ Class=ScreenOptionsEditProfile
Fallback=ScreenOptionsServiceChild
PrevScreen=ScreenOptionsManageProfiles
NextScreen=ScreenOptionsManageProfiles
TimerSeconds=0
TimerSeconds=1
ShowExplanations=0
CapitalizeAllOptionNames=0
AllowRepeatingChangeValueInput=1
@@ -4617,7 +4617,7 @@ NumFixedProfiles=1
[ScreenJoinMultiplayer]
Class=ScreenJoinMultiplayer
Fallback=ScreenWithMenuElements
TimerSeconds=0
TimerSeconds=1
[ScreenGameplayMultiplayer]
Class=ScreenGameplayMultiplayer
@@ -4699,7 +4699,7 @@ ScoreOnCommand=x,-86
[ScreenEvaluationMultiplayer]
Class=ScreenEvaluationMultiplayer
Fallback=ScreenWithMenuElements
TimerSeconds=0
TimerSeconds=1
LabelOnCommandFunction=function(self,itemIndex,numItems) local indexOffset = itemIndex-(numItems-1)/2; self:x(indexOffset*40+116); end
LineOnCommandFunction=function(self,itemIndex,numItems) local indexOffset = itemIndex-(numItems-1)/2; self:x(SCREEN_CENTER_X); self:y(SCREEN_CENTER_Y+indexOffset*36+6); self:draworder(itemIndex); end
BulletOnCommandFunction=function(self,itemIndex,numItems) local indexOffset = itemIndex-(numItems-1)/2; self:x(SCREEN_CENTER_X-246); self:y(SCREEN_CENTER_Y+indexOffset*36+6); end