From f3ea84c1ac0bd0dd54a5354420f3977d5e5c6345 Mon Sep 17 00:00:00 2001 From: Daveo Date: Mon, 8 Jan 2001 21:33:31 +0000 Subject: [PATCH] --- Utils/Libs/GinLib/gintex.cpp | 6 ++--- Utils/Libs/GinLib/gintex.h | 27 ++++++++++++++++++++--- Utils/Libs/TexGrab/TexGrab.dsp | 4 ++-- Utils/Libs/TexGrab/sprset.h | 2 +- tools/Data/include/dstructs.h | 40 ++++++++++++++++++++++++---------- 5 files changed, 58 insertions(+), 21 deletions(-) diff --git a/Utils/Libs/GinLib/gintex.cpp b/Utils/Libs/GinLib/gintex.cpp index bec57c3b2..54ad4fe80 100644 --- a/Utils/Libs/GinLib/gintex.cpp +++ b/Utils/Libs/GinLib/gintex.cpp @@ -602,7 +602,7 @@ CNode *ParentNode=&SceneTree[ParentIdx]; int tid = Materials->GetTexId(Mat4Id[i].MatId); if (tid >= Strs.size() || tid < 0) { - GObject::Error(ERR_WARNING,"Texture index odd (aksed for %d, max is %d) adjusting to 0\n",tid,Strs.size()); + GObject::Error(ERR_WARNING,"Texture index odd (asked for %d, max is %d) adjusting to 0\n",tid,Strs.size()); tid=0; } // else @@ -738,7 +738,7 @@ int PropCount=UserPropChunk.size(); /*****************************************************************************/ void CScene::PrintTreeNode(int Idx,const int Tree) { -/* +//#ifdef _CONSOLE CNode &Node=SceneTree[Idx]; int NodeIdx,NodeParentIdx; std::vector ChildList; @@ -763,7 +763,7 @@ int ChildCount=ChildList.size(); for (int Child=0;Child