Changeset 4909 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Jul 20, 2005, 10:56:12 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/Makefile.am
r4740 r4909 2 2 particles \ 3 3 collision_detection \ 4 gui \5 4 testmain 6 5 -
orxonox/trunk/src/subprojects/Makefile.in
r4826 r4909 170 170 particles \ 171 171 collision_detection \ 172 gui \173 172 testmain 174 173 -
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.