Permalink
Browse files
TITANIC: Fix warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
engines/titanic/star_control/star_control_sub23.h
|
|
@@ -56,7 +56,7 @@ class CStarControlSub23 { |
|
|
virtual void proc2(FVector &v1, FVector &v2, FMatrix &m1, FMatrix &m2); |
|
|
virtual void proc3(const FMatrix &m1, const FMatrix &m2); |
|
|
virtual void proc4(FVector &v1, FVector &v2, FMatrix &m); |
|
|
virtual int proc5(CErrorCode &errorCode, FVector &v, const FMatrix &m) { return 2; } |
|
|
virtual int proc5(CErrorCode &errorCode, FVector &v, FMatrix &m) { return 2; } |
|
|
virtual void proc6(int val1, int val2, float val); |
|
|
|
|
|
int get8() const { return _field8; } |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.