diff options
| author | Petr Mrázek | 2011-08-07 01:35:28 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-07 01:35:28 +0000 |
| commit | 4064cf25797462fc6ac61f578b7e4b6bd31bf6b6 (patch) | |
| tree | 1a1744e66471edd1948b02bf4627e87693f1685a /ContentLoader.h | |
| parent | d841ba0fee6e1f98e414c52dd07b44b981bc05fe (diff) | |
| download | stonesense-4064cf25797462fc6ac61f578b7e4b6bd31bf6b6.tar.gz stonesense-4064cf25797462fc6ac61f578b7e4b6bd31bf6b6.tar.bz2 stonesense-4064cf25797462fc6ac61f578b7e4b6bd31bf6b6.tar.xz | |
stonesense now doesn't crash while starting for the second time
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 12044e8..6f0dff7 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -67,8 +67,7 @@ public: int obsidian;
};
-//singleton instance
-extern ContentLoader contentLoader;
+extern ContentLoader * contentLoader;
extern const char* getDocument(TiXmlNode* element);
extern void contentError(const char* message, TiXmlNode* element);
|
