This commit is contained in:
Paul 2001-04-06 16:36:15 +00:00
parent 55d52551f5
commit dbbcb82287

View file

@ -173,6 +173,8 @@ const colrgb s_typeColours[]={
{90,0,90}, // electric
{0,90,90}, // sticky
{0,0,90}, // water
{45,45,90}, // solid
{90,45,45}, // death
};
typedef enum {SHOW_NONE,SHOW_OPAQUE,SHOW_SEMITRANS}ColShowType;
#if defined (__USER_paul__)