Be paranoid about g_system being set
svn-id: r36131
This commit is contained in:
parent
164a099c7f
commit
7eaafd933f
6 changed files with 16 additions and 8 deletions
|
@ -37,6 +37,7 @@ FSNode::FSNode(AbstractFSNode *realNode)
|
|||
}
|
||||
|
||||
FSNode::FSNode(const Common::String &p) {
|
||||
assert(g_system);
|
||||
FilesystemFactory *factory = g_system->getFilesystemFactory();
|
||||
AbstractFSNode *tmp = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue