Changeset 6780 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Jan 26, 2006, 6:47:32 PM (19 years ago)
- Location:
- trunk/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/laser_power_up.cc
r6512 r6780 103 103 */ 104 104 void LaserPowerUp::draw() const 105 { glMatrixMode(GL_MODELVIEW); 105 { 106 glMatrixMode(GL_MODELVIEW); 106 107 glPushMatrix(); 107 108 /* translate */ -
trunk/src/world_entities/power_ups/turret_power_up.cc
r6695 r6780 104 104 */ 105 105 void TurretPowerUp::draw() const 106 { glMatrixMode(GL_MODELVIEW); 106 { 107 glMatrixMode(GL_MODELVIEW); 107 108 glPushMatrix(); 108 109 /* translate */
Note: See TracChangeset
for help on using the changeset viewer.