diff options
| -rw-r--r-- | backends/platform/wii/gx_supp.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
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) = {  | 
