mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
TITANIC: Cleanup of camera class
This commit is contained in:
parent
f029943df1
commit
2480630e08
@ -240,11 +240,11 @@ FVector CCamera::getRelativePosNoCentering(int index, const FVector &src) {
|
||||
return _viewport.getRelativePosNoCentering(index, src);
|
||||
}
|
||||
|
||||
FVector CCamera::proc30(int index, const FVector &v) {
|
||||
FVector CCamera::getRelativePosCentering(int index, const FVector &v) {
|
||||
return _viewport.getRelativePosCentering(index, v);
|
||||
}
|
||||
|
||||
FVector CCamera::proc31(int index, const FVector &v) {
|
||||
FVector CCamera::getRelativePosCenteringRaw(int index, const FVector &v) {
|
||||
return _viewport.getRelativePosCenteringRaw(index, v);
|
||||
}
|
||||
|
||||
|
@ -161,8 +161,8 @@ public:
|
||||
virtual FVector getRelativePos(int index, const FVector &src);
|
||||
|
||||
virtual FVector getRelativePosNoCentering(int index, const FVector &src);
|
||||
virtual FVector proc30(int index, const FVector &v);
|
||||
virtual FVector proc31(int index, const FVector &v);
|
||||
virtual FVector getRelativePosCentering(int index, const FVector &v);
|
||||
virtual FVector getRelativePosCenteringRaw(int index, const FVector &v);
|
||||
|
||||
/**
|
||||
* Sets the viewport position within the starfield
|
||||
|
Loading…
x
Reference in New Issue
Block a user