This commit is contained in:
Charles 2001-03-21 20:00:22 +00:00
parent e0ba80202e
commit a067d6d551
10 changed files with 17 additions and 19 deletions

View file

@ -177,7 +177,7 @@ const colrgb s_typeColours[]={
typedef enum {SHOW_NONE,SHOW_OPAQUE,SHOW_SEMITRANS}ColShowType;
#if defined (__USER_paul__)
ColShowType showCollision=SHOW_OPAQUE;
#elif defined (__USER_art__)
#elif defined (__USER_art__) || defined (__USER_sbart__)
ColShowType showCollision=SHOW_SEMITRANS;
#else
ColShowType showCollision=SHOW_NONE;