From 7a85791eccbba388e7064eacbd68603044be9bd2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Aug 2004 01:05:57 +0000 Subject: [PATCH] const fix --- stepmania/src/ModelTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ModelTypes.h b/stepmania/src/ModelTypes.h index faa5534063..0efaa3965f 100644 --- a/stepmania/src/ModelTypes.h +++ b/stepmania/src/ModelTypes.h @@ -116,7 +116,7 @@ struct msAnimation { vector Bones; - int FindBoneByName( const char* szName ) + int FindBoneByName( const char* szName ) const { for( unsigned i=0; i