Searched refs:rWorldHeight (Results 1 – 4 of 4) sorted by relevance
148 f32 rWorldWidth, rWorldHeight; in MoveClouds() local162 rWorldHeight = (f32)(lyrBack.nTileHeight << lyrBack.nVS); in MoveClouds()166 if (poCloudCam.rPosY >= rWorldHeight) { poCloudCam.rPosY -= rWorldHeight; } in MoveClouds()167 else if (poCloudCam.rPosY < 0) { poCloudCam.rPosY += rWorldHeight; } in MoveClouds()
55 f32 rWorldWidth, rWorldHeight; variable227 if (poCam.rPosY >= rWorldHeight) { poCam.rPosY -= rWorldHeight; } in CameraUpdate()228 else if (poCam.rPosY < 0) { poCam.rPosY += rWorldHeight; } in CameraUpdate()551 rWorldHeight = (f32)(lyrBack.nTileHeight << lyrBack.nVS); in AnimInit()620 if (poShip.rPosY >= rWorldHeight) { poShip.rPosY -= rWorldHeight; } in MoveShip()621 else if (poShip.rPosY < 0) { poShip.rPosY += rWorldHeight; } in MoveShip()
113 if (poShip.rPosY >= rWorldHeight) { poShip.rPosY -= rWorldHeight; } in MapEditor()114 else if (poShip.rPosY < 0) { poShip.rPosY += rWorldHeight; } in MapEditor()
60 extern f32 rWorldWidth, rWorldHeight;