From 4f23083ebc8cbc75492747be9929d3df7a227781 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 26 Apr 2005 03:32:08 +0000 Subject: [PATCH] allow GetProfile even if not using local profile or memory card --- stepmania/src/ProfileManager.cpp | 5 +---- stepmania/src/ProfileManager.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/stepmania/src/ProfileManager.cpp b/stepmania/src/ProfileManager.cpp index 0e0d08e5b0..79ab491cd5 100644 --- a/stepmania/src/ProfileManager.cpp +++ b/stepmania/src/ProfileManager.cpp @@ -268,10 +268,7 @@ const Profile* ProfileManager::GetProfile( PlayerNumber pn ) const { ASSERT( pn >= 0 && pnGetProfile(pn); } const Profile* GetProfile( ProfileSlot slot ) const; Profile* GetProfile( ProfileSlot slot ) { return (Profile*) ((const ProfileManager *) this)->GetProfile(slot); }