| 2293 | */ |
| 2294 | |
| 2295 | void applySelsDecr( CBiteRnd& rnd ) |
| 2296 | { |
| 2297 | const int c = ApplySelsCount; |
| 2298 | ApplySelsCount = 0; |
| 2299 | |
| 2300 | int i; |
| 2301 | |
| 2302 | for( i = 0; i < c; i++ ) |
| 2303 | { |
| 2304 | ApplySels[ i ] -> decr( rnd ); |
| 2305 | } |
| 2306 | } |
| 2307 | }; |
| 2308 | |
| 2309 | /** |