stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl
Date: Thu, 23 Oct 2003 18:19:14 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/10/23 18:19:14

Modified files:
        data/ccl/human : units.ccl 
        data/ccl/orc   : units.ccl 

Log message:
        Start locations only have 1 direction

Patches:
Index: stratagus/data/ccl/human/units.ccl
diff -u stratagus/data/ccl/human/units.ccl:1.44 
stratagus/data/ccl/human/units.ccl:1.45
--- stratagus/data/ccl/human/units.ccl:1.44     Thu Oct 23 14:38:33 2003
+++ stratagus/data/ccl/human/units.ccl  Thu Oct 23 18:19:14 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: units.ccl,v 1.44 2003/10/23 18:38:33 n0body Exp $
+;;     $Id: units.ccl,v 1.45 2003/10/23 22:19:14 jsalmon3 Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -1334,6 +1334,7 @@
   'files '(tileset-summer "human/x_startpoint.png")
   'size '(32 32)
   'animations 'animations-building 'icon 'icon-cancel
+  'num-directions 1
   'speed 0
   'hit-points 0
   'draw-level 0
Index: stratagus/data/ccl/orc/units.ccl
diff -u stratagus/data/ccl/orc/units.ccl:1.46 
stratagus/data/ccl/orc/units.ccl:1.47
--- stratagus/data/ccl/orc/units.ccl:1.46       Mon Oct 13 19:01:25 2003
+++ stratagus/data/ccl/orc/units.ccl    Thu Oct 23 18:19:14 2003
@@ -26,7 +26,7 @@
 ;;      along with this program; if not, write to the Free Software
 ;;      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 ;;
-;;     $Id: units.ccl,v 1.46 2003/10/13 23:01:25 jsalmon3 Exp $
+;;     $Id: units.ccl,v 1.47 2003/10/23 22:19:14 jsalmon3 Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -1424,6 +1424,7 @@
 (define-unit-type 'unit-mythical-start-location 'name "Start Location"
   'files '(tileset-summer "orc/o_startpoint.png")
   'size '(32 32)
+  'num-directions 1
   'animations 'animations-building 'icon 'icon-cancel
   'speed 0
   'hit-points 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]