stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/data/ccl anim.ccl


From: Ingo Ruhnke
Subject: [Stratagus-CVS] stratagus/data/ccl anim.ccl
Date: Fri, 01 Aug 2003 15:26:24 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Ingo Ruhnke <address@hidden>    03/08/01 15:26:24

Modified files:
        data/ccl       : anim.ccl 

Log message:
        - replaced () with the standard conform '()

Patches:
Index: stratagus/data/ccl/anim.ccl
diff -u stratagus/data/ccl/anim.ccl:1.18 stratagus/data/ccl/anim.ccl:1.19
--- stratagus/data/ccl/anim.ccl:1.18    Thu Jul  3 13:30:01 2003
+++ stratagus/data/ccl/anim.ccl Fri Aug  1 15:26:23 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: anim.ccl,v 1.18 2003/07/03 17:30:01 ingo Exp $
+;;     $Id: anim.ccl,v 1.19 2003/08/01 19:26:23 grumbel Exp $
 
 ;;=============================================================================
 ;;     Define animations.
@@ -236,7 +236,7 @@
 
 ;;------
 ;;     Kurdan and Sky'ree, Gryphon Rider
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-kurdan-and-sky-ree
   'still '(    ; #24
     #( 2 0   6   0) #( 2 0   6   5) #( 2 0   6  10) #( 3 0   6  15))
@@ -297,7 +297,7 @@
 
 ;;------
 ;;     Oil tanker, Oil tanker, Oil tanker, Oil tanker
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-human-oil-tanker
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -329,7 +329,7 @@
 
 ;;------
 ;;     Transport, Transport
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-human-transport
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -361,7 +361,7 @@
 
 ;;------
 ;;     Elven Destroyer, Troll Destroyer
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-elven-destroyer
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -393,7 +393,7 @@
 
 ;;------
 ;;     Battleship, Ogre Juggernaught
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-battleship
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -425,7 +425,7 @@
 
 ;;------
 ;;     Deathwing, Dragon
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-deathwing
   'still '(    ; #24
     #( 2 0   6   0) #( 2 0   6   5) #( 2 0   6  10) #( 3 0   6  15))
@@ -468,7 +468,7 @@
 
 ;;------
 ;;     Gnomish Submarine, Giant Turtle
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-gnomish-submarine
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -502,7 +502,7 @@
 
 ;;------
 ;;     Gnomish Flying Machine
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-gnomish-flying-machine
   'still '(    ; #4
     #( 2 0   1   0) #( 2 0   1   5) #( 2 0   1   5) #( 3 0   1   0))
@@ -530,7 +530,7 @@
 
 ;;------
 ;;     Goblin Zeppelin
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-goblin-zeppelin
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -554,7 +554,7 @@
 
 ;;------
 ;;     Eye of Kilrogg
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-eye-of-vision
   'still '(    ; #5
     #( 0 0   4   0) #( 3 0   1   0))
@@ -589,7 +589,7 @@
 
 ;;------
 ;;     Daemon
-(if (symbol-bound? 'stratagus-feature-new-ships ())
+(if (symbol-bound? 'stratagus-feature-new-ships '())
 (define-animations 'animations-daemon
   'still '(    ; #16
     #( 2 0   4   0) #( 2 0   4   5) #( 2 0   4  10) #( 3 0   4  15))




reply via email to

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