Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mov ebx,WINDOW_HEIGHT / 2
- sub ebx,eax
- mov eax,height
- mov screenypos,ebx
- dec typeofwall
- movss xmm0,floatingpoint
- mulss xmm0,FP4(64.0f)
- mov eax,typeofwall
- cvtsi2ss xmm1,eax
- mulss xmm1,FP4(64.0f)
- addss xmm0,xmm1
- movss tempvarr,xmm0
- invoke FLOOR,tempvarr
- cvtss2si eax, xmm0
- mov finaltexturex,eax
- ;invoke BUILDRECT,screenpos,screenypos,linewidth,height,hdc,localbrush
- invoke DrawImage,hdc,wolftextures,screenpos,screenypos,finaltexturex,0,linewidth,64,linewidth,height
Advertisement
Add Comment
Please, Sign In to add comment