Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 8:02:30 PM (17 years ago)
Author:
nicolasc
Message:

reactivated rotation in hbolt.cc

Location:
branches/playability
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/playability

    • Property svn:ignore
      •  

        old new  
        1010autom4te.cache
        1111aclocal.m4
         12tags
         13test.bmp
         14config.sub
         15config.guess
         16OrxonoxPlayability.kdevses
         17OrxonoxPlayability.kdevelop.pcs
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r9998 r10001  
    156156
    157157
    158   this->weaponMan.addWeapon( wpLeft1, 0, 0);
    159   this->weaponMan.addWeapon( wpRight1, 0, 1);
    160   this->weaponMan.addWeapon( wpLeft2, 0, 2);
    161   this->weaponMan.addWeapon( wpRight2, 0, 3);
     158  this->weaponMan.addWeapon( wpLeft1, 1, 0);
     159  this->weaponMan.addWeapon( wpRight1, 1, 1);
     160  this->weaponMan.addWeapon( wpLeft2, 1, 2);
     161  this->weaponMan.addWeapon( wpRight2, 1, 3);
    162162  this->weaponMan.addWeapon( wpLeft3, 0, 4);
    163163  this->weaponMan.addWeapon( wpRight3, 0, 5);
Note: See TracChangeset for help on using the changeset viewer.