From 973fb1ca710d44c9b556e835b41d5c546a8e134d Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 2 May 2001 15:29:03 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/flt/fltVertex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandatool/src/flt/fltVertex.h b/pandatool/src/flt/fltVertex.h index fe72e6e862..fefbf5fe6c 100644 --- a/pandatool/src/flt/fltVertex.h +++ b/pandatool/src/flt/fltVertex.h @@ -31,10 +31,10 @@ public: int get_record_length() const; enum Flags { - F_hard_edge = 0x80000000, - F_normal_frozen = 0x40000000, - F_no_color = 0x20000000, - F_packed_color = 0x10000000 + F_hard_edge = 0x8000, + F_normal_frozen = 0x4000, + F_no_color = 0x2000, + F_packed_color = 0x1000 }; int _color_name_index;