Changeset 11208 for code/branches/presentationFS16/src/modules/invader
- Timestamp:
- May 26, 2016, 4:53:34 PM (9 years ago)
- Location:
- code/branches/presentationFS16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS16
- Property svn:mergeinfo changed
/code/branches/sagerjFS16 (added) merged: 11138,11142,11153,11164,11166,11170,11174-11175,11185,11189,11205
- Property svn:mergeinfo changed
-
code/branches/presentationFS16/src/modules/invader/InvaderEnemyShooter.cc
r11083 r11208 71 71 void InvaderEnemyShooter::shoot() 72 72 { 73 ControllableEntity:: fire(0);73 ControllableEntity::push(0); 74 74 } 75 75 -
code/branches/presentationFS16/src/modules/invader/InvaderShip.cc
r11071 r11208 91 91 // shoot! 92 92 if (isFireing) 93 ControllableEntity:: fire(0);93 ControllableEntity::push(0); 94 94 95 95 // Camera
Note: See TracChangeset
for help on using the changeset viewer.