mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-20 15:15:43 +00:00
fixed redund check
This commit is contained in:
parent
6c935c2bbd
commit
e781a8d05e
@ -436,8 +436,6 @@ CursMove( direction )
|
|||||||
self.menu[ "X" ][ "Scroller" ].x = self.menutext[ self.curs[ "Main" ][ "X" ] ].x;
|
self.menu[ "X" ][ "Scroller" ].x = self.menutext[ self.curs[ "Main" ][ "X" ] ].x;
|
||||||
self.menu[ "X" ][ "Scroller" ].y = self.menutext[ self.curs[ "Main" ][ "X" ] ].y;
|
self.menu[ "X" ][ "Scroller" ].y = self.menutext[ self.curs[ "Main" ][ "X" ] ].y;
|
||||||
|
|
||||||
if ( isdefined( self.menutext ) )
|
|
||||||
{
|
|
||||||
for ( i = 0; i < self.menutext.size; i++ )
|
for ( i = 0; i < self.menutext.size; i++ )
|
||||||
{
|
{
|
||||||
if ( isdefined( self.menutext[ i ] ) )
|
if ( isdefined( self.menutext[ i ] ) )
|
||||||
@ -448,7 +446,6 @@ CursMove( direction )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
self thread ShowOptionOn( direction );
|
self thread ShowOptionOn( direction );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user