Guest User

Untitled

a guest
Aug 11th, 2016
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. mov ebx,WINDOW_HEIGHT / 2
  2. sub ebx,eax
  3. mov eax,height
  4.  
  5. mov screenypos,ebx
  6.  
  7. dec typeofwall
  8.  
  9. movss xmm0,floatingpoint
  10. mulss xmm0,FP4(64.0f)
  11.  
  12. mov eax,typeofwall
  13. cvtsi2ss xmm1,eax
  14. mulss xmm1,FP4(64.0f)
  15.  
  16. addss xmm0,xmm1
  17.  
  18. movss tempvarr,xmm0
  19. invoke FLOOR,tempvarr
  20. cvtss2si eax, xmm0
  21. mov finaltexturex,eax
  22.  
  23. ;invoke BUILDRECT,screenpos,screenypos,linewidth,height,hdc,localbrush
  24.  
  25. invoke DrawImage,hdc,wolftextures,screenpos,screenypos,finaltexturex,0,linewidth,64,linewidth,height
Advertisement
Add Comment
Please, Sign In to add comment