Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7110 in orxonox.OLD


Ignore:
Timestamp:
Feb 8, 2006, 12:56:19 AM (18 years ago)
Author:
patrick
Message:

trunk: a first very primitive lightning

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r7047 r7110  
    296296  CL_LENSE_FLARE                =    0x00000842,
    297297  CL_EXPLOSION                  =    0x00000850,
     298  CL_LIGHTNING_BOLT             =    0x00000851,
    298299
    299300  // Element2D's  (range from 0x00000b00 to 0x00000bff)
  • trunk/src/world_entities/Makefile.am

    r7047 r7110  
    6767                  world_entities/elements/text_element.cc \
    6868                  \
    69                   world_entities/effects/explosion.cc
     69                  world_entities/effects/explosion.cc \
     70                  world_entities/effects/lightning_bolt.cc
    7071
    7172
     
    132133                 world_entities/elements/text_element.h \
    133134                 \
    134                  world_entities/effects/explosion.h
     135                 world_entities/effects/explosion.h \
     136                 world_entities/effects/lightning_bolt.h
    135137
    136138
Note: See TracChangeset for help on using the changeset viewer.