From 96429ef2ed6d4b4695dba551508c8f9366800583 Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 7 Jun 2011 11:49:40 -0400 Subject: [PATCH] forgot one --- src/md2/md2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/md2/md2.h b/src/md2/md2.h index 9e0f72a..0b17143 100644 --- a/src/md2/md2.h +++ b/src/md2/md2.h @@ -39,7 +39,7 @@ struct Md2Polygon }; // For each keyframe, stores the vertices, normals, and the string name -typedef struct Md2Frame +struct Md2Frame { std::string name; Vector3 *vertices;