Solaris PKG distribution now makes a shar (self-extracting shell archived)

changed makepgk to do this.

Changed another one of those pesky cout = std::cout in CullVisitor.cpp
This commit is contained in:
Don BURNS
2002-04-12 06:18:41 +00:00
parent e4d52cd1e6
commit 14b4b7f98c
2 changed files with 39 additions and 4 deletions

View File

@@ -825,7 +825,7 @@ ImpostorSprite* CullVisitor::createImpostorSprite(Impostor& node)
if (!bs.isValid())
{
cout << "bb invalid"<<&node<<endl;
std::cout << "bb invalid"<<&node<<std::endl;
return NULL;
}