Changeset 6552 in orxonox.OLD for branches/network
- Timestamp:
- Jan 18, 2006, 2:20:38 PM (19 years ago)
- Location:
- branches/network/src/world_entities/space_ships
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/space_ships/space_ship.cc
r6538 r6552 625 625 mask |= MASK_bRollR; 626 626 627 static int oldMask = mask+1; //so it is different the first time! 627 628 628 //static float oldxMouse = xMouse + 1.0; 629 629 //static float oldyMouse = yMouse + 1.0; -
branches/network/src/world_entities/space_ships/space_ship.h
r6443 r6552 76 76 float airViscosity; 77 77 78 int oldMask; 79 78 80 }; 79 81
Note: See TracChangeset
for help on using the changeset viewer.