equal
deleted
inserted
replaced
100 begin |
100 begin |
101 NetGetNextCmd; |
101 NetGetNextCmd; |
102 if isInLag then |
102 if isInLag then |
103 case GameType of |
103 case GameType of |
104 gmtNet: begin |
104 gmtNet: begin |
105 // just update the health bars |
105 // update health bars and the wind indicator |
106 AddVisualGear(0, 0, vgtTeamHealthSorter); |
106 AddVisualGear(0, 0, vgtTeamHealthSorter); |
|
107 AddVisualGear(0, 0, vgtSmoothWindBar); |
107 break; |
108 break; |
108 end; |
109 end; |
109 gmtDemo, gmtRecord: begin |
110 gmtDemo, gmtRecord: begin |
110 GameState:= gsExit; |
111 GameState:= gsExit; |
111 exit |
112 exit |