76 // Color used by this object. Comments, gibberish and empty entries |
76 // Color used by this object. Comments, gibberish and empty entries |
77 // do not use this field. |
77 // do not use this field. |
78 short dColor; |
78 short dColor; |
79 |
79 |
80 // OpenGL list for this object |
80 // OpenGL list for this object |
81 uint uGLList; |
81 uint uGLList, uGLPickList; |
82 |
82 |
83 // Object this object was referenced from, if any |
83 // Object this object was referenced from, if any |
84 LDSubfile* parent; |
84 LDSubfile* parent; |
85 |
85 |
86 // Type enumerator of this object |
86 // Type enumerator of this object |