| 1270 | } |
| 1271 | |
| 1272 | void xFXRibbon::refresh_config() |
| 1273 | { |
| 1274 | ilife = 1.0f / cfg.life_time; |
| 1275 | mlife = 1000.0f * cfg.life_time; |
| 1276 | if (activated) |
| 1277 | { |
| 1278 | ribbons_dirty = true; |
| 1279 | } |
| 1280 | } |
| 1281 | |
| 1282 | void xFXRibbon::set_raster(RwRaster* rast) |
| 1283 | { |
no outgoing calls
no test coverage detected