From 3ee3784073fb7c5299f553c3fd07842aed2d356f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 17 Jul 2016 23:18:06 -0400 Subject: TITANIC: Added remaining CStarControlSub12 virtual methods --- engines/titanic/star_control/fvector.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/titanic/star_control/fvector.cpp') diff --git a/engines/titanic/star_control/fvector.cpp b/engines/titanic/star_control/fvector.cpp index ce7b62bc16..aa99e8b4d1 100644 --- a/engines/titanic/star_control/fvector.cpp +++ b/engines/titanic/star_control/fvector.cpp @@ -21,6 +21,7 @@ */ #include "titanic/star_control/fvector.h" +#include "titanic/star_control/star_control_sub6.h" #include "common/algorithm.h" #include "common/textconsole.h" @@ -63,7 +64,7 @@ void FVector::fn4(FVector *dest, const FVector *v1, const FVector *v2) { *dest = tempVector; } -void FVector::fn5(FVector *dest, const void *v) const { +void FVector::fn5(FVector *dest, const CStarControlSub6 *sub6) const { error("TODO: FVector::fn5"); } -- cgit v1.2.3