Fix fused games

This commit is contained in:
Bart van Strien
2011-02-20 00:58:15 +01:00
parent 453593c9b0
commit 18ca165718
3 changed files with 1951 additions and 1950 deletions
@@ -20,6 +20,8 @@
#include <common/config.h>
#include <iostream>
#include <common/utf8.h>
#include <common/b64.h>
@@ -52,6 +54,7 @@ namespace physfs
void Filesystem::init(const char * arg0)
{
std::cout<<arg0 <<std::endl;
if(!PHYSFS_init(arg0))
throw Exception(PHYSFS_getLastError());
isInited = true;