Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9968


Ignore:
Timestamp:
Jan 4, 2014, 12:59:12 AM (10 years ago)
Author:
landauf
Message:

fixed crash while loading lastManStanding.oxw (BigExplosion is now a MovableEntity and cannot have static collision type anymore)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/lastManStanding.oxw

    r9939 r9968  
    137137<!-- top explosion, this is instantiated here so it does not load all resources
    138138     later when the first kill happens. Far away since we don't want to see it -->
    139      <BigExplosion position="1e12,0,0" collisionType=static visible=false >
     139     <BigExplosion position="1e12,0,0" visible=false >
    140140     </BigExplosion>
    141141
Note: See TracChangeset for help on using the changeset viewer.