mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- Fix compilation.
This commit is contained in:
parent
d0143db8fe
commit
c01fab8c6c
1 changed files with 2 additions and 2 deletions
|
@ -688,12 +688,12 @@ void GameInterface::UpdateCameras(double smoothratio)
|
|||
JS_DrawCameras(cam_pp, cam_tx, cam_ty, cam_tz, smoothratio);
|
||||
}
|
||||
|
||||
void GameInterface::EnterPortal(DCoreActor* viewer, int type)
|
||||
void GameInterface::EnterPortal(spritetype* viewer, int type)
|
||||
{
|
||||
if (type == PORTAL_WALL_MIRROR) display_mirror++;
|
||||
}
|
||||
|
||||
void GameInterface::LeavePortal(DCoreActor* viewer, int type)
|
||||
void GameInterface::LeavePortal(spritetype* viewer, int type)
|
||||
{
|
||||
if (type == PORTAL_WALL_MIRROR) display_mirror--;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue