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;
typedef struct PlanarSurface {
int xoff;
int yoff;
int x;
int y;
int width;
int height;
SurfaceColorType grad;