From c922f1b92d7cfb9513e584d0593b2cec0e9d3638 Mon Sep 17 00:00:00 2001 From: dimok321 <15055714+dimok789@users.noreply.github.com> Date: Tue, 19 Jan 2010 10:48:50 +0000 Subject: [PATCH] *Revert to R883 and only keeping the new game directory layouts commited by r-win *Moved R896 to the branch --- source/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/video.cpp b/source/video.cpp index 0c2deb22..7dac715c 100644 --- a/source/video.cpp +++ b/source/video.cpp @@ -208,7 +208,7 @@ void Menu_DrawImg(f32 xpos, f32 ypos, f32 zpos, u16 width, u16 height, u8 data[] height*=.5; guMtxIdentity (m1); guMtxScaleApply(m1,m1,scaleX,scaleY,1.0); - Vector axis = (Vector) {0 , 0, 1 }; + guVector axis = (guVector) {0 , 0, 1 }; guMtxRotAxisDeg (m2, &axis, degrees); guMtxConcat(m1,m2,m);