[Igarden-commit] Garden/source/LayoutDB Element.h, 1.38.2.2, 1.38.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-30 03:27:10
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25433 Modified Files: Tag: Release_branch_v1 Element.h Log Message: Enforce ordering of different types of elements Index: Element.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/Element.h,v retrieving revision 1.38.2.2 retrieving revision 1.38.2.3 diff -C2 -d -r1.38.2.2 -r1.38.2.3 *** Element.h 28 Jan 2007 23:19:23 -0000 1.38.2.2 --- Element.h 30 Jan 2007 03:27:08 -0000 1.38.2.3 *************** *** 76,80 **** kOrderContainer, kOrderPlants, - kOrderStructures, kNumOrderEntries // Must be last } displayOrder_t; --- 76,79 ---- |