summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-01-30 23:41:31 +0000
committerTim Angus <tim@ngus.net>2001-01-30 23:41:31 +0000
commit8de2b273db9da3a4a2db285614141e4e31849846 (patch)
tree16e2a4142eb626294fca29a7ec3929f63884a838 /src/game/bg_public.h
parent24b1876922ed0edaa912f2d7c26560a0cbe200bf (diff)
I can't remember
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 0f53ef30..e096b33d 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -603,16 +603,9 @@ typedef enum {
//FIXME: switch to enums at some point
//TA: player classes
-#define PCL_D_BUILDER 1
-#define PCL_D_BASE 2
-#define PCL_D_OFF1 3
-#define PCL_D_OFF2 4
-#define PCL_D_OFF3 5
-#define PCL_D_OFF4 6
-#define PCL_D_OFF5 7
-#define PCL_D_OFF6 8
-#define PCL_D_OFF7 9
-#define PCL_D_OFF8 10
+#define PCL_D_B_BASE 1
+#define PCL_D_O_BASE 2
+#define PCL_D_D_BASE 3
#define PCL_H_BASE 11