Removed useless traces in grcar.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1959 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a52e2ffaf493fedbbcee89045010d96f3e85e1a1 Former-commit-id: da8d17088a39d0390318142eec5cbdd6d21faa8b
This commit is contained in:
parent
772fb94919
commit
b58b02b1ab
1 changed files with 0 additions and 3 deletions
|
@ -613,8 +613,6 @@ grInitCar(tCarElt *car)
|
||||||
lg += sprintf(grFilePath + lg, "cars/%s;", car->_carName);
|
lg += sprintf(grFilePath + lg, "cars/%s;", car->_carName);
|
||||||
lg += sprintf(grFilePath + lg, "data/textures");
|
lg += sprintf(grFilePath + lg, "data/textures");
|
||||||
|
|
||||||
GfOut("grFilePath(len=%d)='%s'\n", strlen(grFilePath), grFilePath);
|
|
||||||
|
|
||||||
grCarInfo[index].envSelector = (ssgStateSelector*)grEnvSelector->clone();
|
grCarInfo[index].envSelector = (ssgStateSelector*)grEnvSelector->clone();
|
||||||
grCarInfo[index].envSelector->ref();
|
grCarInfo[index].envSelector->ref();
|
||||||
|
|
||||||
|
@ -648,7 +646,6 @@ grInitCar(tCarElt *car)
|
||||||
car->_modName, car->_carName,
|
car->_modName, car->_carName,
|
||||||
car->_modName,
|
car->_modName,
|
||||||
car->_carName);
|
car->_carName);
|
||||||
GfOut("ssgModelPath(len=%d)='%s'\n", strlen(buf), buf);
|
|
||||||
ssgModelPath(buf);
|
ssgModelPath(buf);
|
||||||
ssgTexturePath(buf);
|
ssgTexturePath(buf);
|
||||||
grTexturePath = strdup(buf);
|
grTexturePath = strdup(buf);
|
||||||
|
|
Loading…
Reference in a new issue