branch | webgl |
changeset 9950 | 2759212a27de |
parent 9521 | 8054d9d775fd |
parent 9651 | c0a389ccb0c1 |
child 10015 | 4feced261c68 |
9521:8054d9d775fd | 9950:2759212a27de |
---|---|
88 if not CurrentTeam^.ExtDriven then |
88 if not CurrentTeam^.ExtDriven then |
89 begin |
89 begin |
90 if CurrentHedgehog^.BotLevel <> 0 then |
90 if CurrentHedgehog^.BotLevel <> 0 then |
91 ProcessBot; |
91 ProcessBot; |
92 ProcessGears; |
92 ProcessGears; |
93 {$IFDEF SDL2}ProcessTouch;{$ENDIF} |
93 {$IFDEF USE_TOUCH_INTERFACE}ProcessTouch;{$ENDIF} |
94 end |
94 end |
95 else |
95 else |
96 begin |
96 begin |
97 NetGetNextCmd; |
97 NetGetNextCmd; |
98 if isInLag then |
98 if isInLag then |