| 2329 | } |
| 2330 | |
| 2331 | void cFodder::MapTile_UpdateFromCamera() { |
| 2332 | mMapTile_SpeedX = mCamera_TileSpeedX; |
| 2333 | mMapTile_SpeedY = mCamera_TileSpeedY; |
| 2334 | mMapTile_TargetX = mCameraX; |
| 2335 | mMapTile_TargetY = mCameraY; |
| 2336 | mMapTile_MoveDirectionX = mCamera_MoveDirectionX; |
| 2337 | mMapTile_MoveDirectionY = mCamera_MoveDirectionY; |
| 2338 | } |
| 2339 | |
| 2340 | void cFodder::Camera_Reset() { |
| 2341 |
nothing calls this directly
no outgoing calls
no test coverage detected