summaryrefslogtreecommitdiff
path: root/src/levelinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/levelinfo.h')
-rw-r--r--src/levelinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/levelinfo.h b/src/levelinfo.h
index 8c8fe58..1e9ee6c 100644
--- a/src/levelinfo.h
+++ b/src/levelinfo.h
@@ -47,6 +47,8 @@ public:
const char *getNameForLevel(entry_s *entry) {
return (const char*)data + entry->nameOffset;
}
+
+ static dLevelInfo_c s_info;
};