ultima chorradilla

This commit is contained in:
Gabriel Lorenzo 2002-11-08 04:24:45 +00:00
parent a0f66df087
commit f0e2a24a7d
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

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

View file

@ -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.