- Timestamp:
- Feb 7, 2006, 11:35:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/light.cc
r6884 r7109 353 353 PRINTF(4)("Drawing the Lights\n"); 354 354 for (int i = 0; i < NUMBEROFLIGHTS; i++) 355 if (this->lights[i] )355 if (this->lights[i] != NULL) 356 356 lights[i]->draw(); 357 357 }
Note: See TracChangeset
for help on using the changeset viewer.