From b1cc1b05de4bef050d69ce6e5016cde1c04e7c53 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sat, 15 Aug 2009 05:39:44 +0000 Subject: Fix compilation. svn-id: r43393 --- backends/platform/wii/gx_supp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends') diff --git a/backends/platform/wii/gx_supp.cpp b/backends/platform/wii/gx_supp.cpp index 34cd31fd13..f33adae566 100644 --- a/backends/platform/wii/gx_supp.cpp +++ b/backends/platform/wii/gx_supp.cpp @@ -57,9 +57,9 @@ static float tex_xT = 0.0f, tex_yT = 0.0f; /* New texture based scaler */ typedef struct tagcamera { - Vector pos; - Vector up; - Vector view; + guVector pos; + guVector up; + guVector view; } camera; static s16 square[] ATTRIBUTE_ALIGN(32) = { -- cgit v1.2.3