diff options
author | Andre Heider | 2009-08-15 05:39:44 +0000 |
---|---|---|
committer | Andre Heider | 2009-08-15 05:39:44 +0000 |
commit | b1cc1b05de4bef050d69ce6e5016cde1c04e7c53 (patch) | |
tree | 94b543a6b593301dfc87f3d7886015666c6c4f0a /backends | |
parent | f99932b72aa31f39bfdf78ffe03c4d52b209097b (diff) | |
download | scummvm-rg350-b1cc1b05de4bef050d69ce6e5016cde1c04e7c53.tar.gz scummvm-rg350-b1cc1b05de4bef050d69ce6e5016cde1c04e7c53.tar.bz2 scummvm-rg350-b1cc1b05de4bef050d69ce6e5016cde1c04e7c53.zip |
Fix compilation.
svn-id: r43393
Diffstat (limited to 'backends')
-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) = { |