Changeset 4909 in orxonox.OLD for orxonox/trunk/src/world_entities/weapons
- Timestamp:
- Jul 20, 2005, 10:56:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/weapons/weapon_manager.cc
r4906 r4909 262 262 { 263 263 w = this->configs[j].slots[i]; 264 if( w != NULL && w->isVisible())264 if( w != NULL)// && w->isVisible()) 265 265 w->draw(); 266 266 }
Note: See TracChangeset
for help on using the changeset viewer.