Changeset 1901 in orxonox.OLD for orxonox/branches/showroom/Showroom/3dStructs.cpp
- Timestamp:
- May 23, 2004, 11:24:47 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/showroom/Showroom/3dStructs.cpp
r1869 r1901 3 3 4 4 /* Debugging*/ 5 #include <iostream .h>5 #include <iostream> 6 6 7 using namespace std; 7 8 8 9 void C3dModel::Draw(int g_ViewMode) … … 70 71 { 71 72 // Get and set the color that the object is, since it must not have a texture 72 BYTE *pColor = pMaterials[pObject[i].materialID].color; 73 /* linuxFix pb: BYTE not knonw */ 74 int *pColor = pMaterials[pObject[i].materialID].color; 73 75 74 76 // Assign the current color to this model
Note: See TracChangeset
for help on using the changeset viewer.