Back to the Vavoom Forum Archives
Firebrand
Janis Legzdinsh
Index: basev/common/basepak.ls.in =================================================================== --- basev/common/basepak.ls.in (revision 4123) +++ basev/common/basepak.ls.in (working copy) @@ -187,6 +187,9 @@ progs/linespec/PolyobjThinker.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PolyobjThinker.vc progs/linespec/Pottery1.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/Pottery1.vc progs/linespec/PowerCoupling.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerCoupling.vc +progs/linespec/PowerDamage.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerDamage.vc +progs/linespec/PowerProtection.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerProtection.vc +progs/linespec/PowerRegeneration.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerRegeneration.vc progs/linespec/PowerFlight.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerFlight.vc progs/linespec/PowerGhost.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerGhost.vc progs/linespec/PowerInvisibility.vc @CMAKE_SOURCE_DIR@/progs/common/linespec/PowerInvisibility.vcPlease move PowerProtection and PowerRegeneration so that they are alphabetically in correct position.
Index: source/name.h =================================================================== --- source/name.h (revision 4123) +++ source/name.h (working copy) @@ -70,6 +70,7 @@ Find, // Find a name, return 0 if it doesn't exist. Add, // Find a name, add it if it doesn't exist. AddLower8, // Find or add lowercased, max length 8 name. + AddLower, // Find or add lowercased. }; // Constructors.You forgot to implement it in constructor of VName.