change comment style

This commit is contained in:
AJ Kelly
2011-03-07 15:28:45 -06:00
parent 828e36219f
commit 4e0dd3dce4
+1 -1
View File
@@ -123,7 +123,7 @@ struct NoteResource
delete m_pActor;
}
const NoteSkinAndPath m_nsap; /* should be refcounted along with g_NoteResource[] */
const NoteSkinAndPath m_nsap; // should be refcounted along with g_NoteResource[]
int m_iRefCount;
Actor *m_pActor; // todo: AutoActor me? -aj
};