summaryrefslogtreecommitdiff
path: root/muggle.c
diff options
context:
space:
mode:
Diffstat (limited to 'muggle.c')
-rw-r--r--muggle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/muggle.c b/muggle.c
index 00d747e..76542c5 100644
--- a/muggle.c
+++ b/muggle.c
@@ -217,12 +217,12 @@ bool mgMuggle::SetupParse(const char *Name, const char *Value)
}
-static void mgMuggle::setResumeIndex( unsigned index )
+void mgMuggle::setResumeIndex( unsigned index )
{
s_resume_idx = index;
}
-static unsigned mgMuggle::getResumeIndex( )
+unsigned mgMuggle::getResumeIndex( )
{
return s_resume_idx;
}