Some minor changes. Nothing important.

This commit is contained in:
spartanj
2010-07-17 15:00:49 -03:00
parent f547f9b121
commit 3a5ef5289c
9 changed files with 229 additions and 241 deletions

View File

@@ -94,7 +94,7 @@ cShape::~cShape() {
}
void cShape::CreateUnnamed() {
Name( StrFormated( "unnamed%d", cShapeManager::instance()->Count() - 1 ) );
Name( std::string( "unnamed" ) + toStr( cShapeManager::instance()->Count() ) );
}
const Uint32& cShape::Id() const {