use PN_int types, not undefined raw uint32

This commit is contained in:
Joseph Lee 2006-12-08 23:54:42 +00:00
parent 65aee90d3c
commit 041f2b1d7b
1 changed files with 2 additions and 2 deletions

View File

@ -368,9 +368,9 @@ mark_joint_parent() {
////////////////////////////////////////////////////////////////////
void MayaNodeDesc::
check_pseudo_joints(bool joint_above) {
static uint32 space_count = 0;
static PN_uint32 space_count = 0;
string space;
for (uint32 idx=0; idx<space_count; ++idx) {
for (PN_uint32 idx=0; idx<space_count; ++idx) {
space.append(" ");
}
if (mayaegg_cat.is_spam()) {