---------------------------------------------- SAVE EXISTS -----------------------------------------------
| 28 | } |
| 29 | //---------------------------------------------- SAVE EXISTS ----------------------------------------------- |
| 30 | void BulletImpl::saveExists() |
| 31 | { |
| 32 | if ( !lastExists && __exists) |
| 33 | id = nextId++; |
| 34 | lastExists = __exists; |
| 35 | } |
| 36 | //---------------------------------------------- GET RAW DATA ---------------------------------------------- |
| 37 | BW::CBullet* BulletImpl::getRawData() const |
| 38 | { |