ultima chorradilla
This commit is contained in:
parent
a0f66df087
commit
f0e2a24a7d
Binary file not shown.
|
@ -1455,7 +1455,7 @@ int Dibuja(SDL_Surface *src , SDL_Rect srcrect , SDL_Rect dstrect , int z , int
|
||||||
|
|
||||||
zoom=size*0.01;
|
zoom=size*0.01;
|
||||||
|
|
||||||
angulo=angle*10;
|
angulo=angle/1000;
|
||||||
|
|
||||||
//blits[last_blit].src = //rotozoomSurface (src, angle, zoom,smooth);//zoomSurface (src, zoom,zoom,SMOOTHING_OFF);;
|
//blits[last_blit].src = //rotozoomSurface (src, angle, zoom,smooth);//zoomSurface (src, zoom,zoom,SMOOTHING_OFF);;
|
||||||
//blits[last_blit].src = SDL_BlitSurface(rotozoomSurface (src, angle, 2,1), NULL , fondo , &dstrect );//src ;
|
//blits[last_blit].src = SDL_BlitSurface(rotozoomSurface (src, angle, 2,1), NULL , fondo , &dstrect );//src ;
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#ifndef __SHARED_H
|
#ifndef __SHARED_H
|
||||||
#define __SHARED_H
|
#define __SHARED_H
|
||||||
|
|
||||||
#define VERSION "0.1 - beta 1 (Orion)"
|
#define VERSION "0.1 (Orion)"
|
||||||
#define la_clave "Open_eDiv"
|
#define la_clave "Open_eDiv"
|
||||||
|
|
||||||
#define uchar char
|
#define uchar char
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue