apparently my variable names were too verbose.

This commit is contained in:
Derek Foreman 2003-03-17 04:43:42 +00:00
parent 3147507622
commit e9a7fc91bc

View file

@ -71,8 +71,8 @@ typedef enum {
} TextureType; } TextureType;
typedef struct PlanarSurface { typedef struct PlanarSurface {
int xoff; int x;
int yoff; int y;
int width; int width;
int height; int height;
SurfaceColorType grad; SurfaceColorType grad;