*Revert to R883 and only keeping the new game directory layouts commited by r-win

*Moved R896 to the branch
This commit is contained in:
dimok321 2010-01-19 10:48:50 +00:00
parent 124c3f05ed
commit c922f1b92d

View File

@ -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);