- Timestamp:
- Mar 29, 2007, 4:38:48 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/spectator.cc
r10602 r10605 149 149 void Spectator::enableGhost( ) 150 150 { 151 if ( !ghost ) 152 { 153 Spectator* spec = new Spectator(); 154 spec->allowGhost( true ); 155 } 156 151 157 if ( !regularPlayable ) 152 158 {
Note: See TracChangeset
for help on using the changeset viewer.