diff options
Diffstat (limited to 'source/g_public.h')
-rw-r--r-- | source/g_public.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/source/g_public.h b/source/g_public.h index fac43a4..1384ff9 100644 --- a/source/g_public.h +++ b/source/g_public.h @@ -30,12 +30,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // edict->solid values -typedef enum -{ -SOLID_NOT, // no interaction with other objects -SOLID_TRIGGER, // only touch when inside, after moving -SOLID_BBOX, // touch on edge -SOLID_BSP // bsp clip, touch on edge +typedef enum { + SOLID_NOT, // no interaction with other objects + SOLID_TRIGGER, // only touch when inside, after moving + SOLID_BBOX, // touch on edge + SOLID_BSP // bsp clip, touch on edge } solid_t; // extended features |