Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-22 17:48:32 -04:00
parent 1aaa8737ab
commit aac4b3487a
4 changed files with 8 additions and 7 deletions
+1 -3
View File
@@ -40,8 +40,6 @@ public:
float w, h;
};
static const size_t NUM_VERTICES = 4;
Quad(const Viewport &v, float sw, float sh);
virtual ~Quad();
@@ -53,7 +51,7 @@ public:
private:
Vertex vertices[NUM_VERTICES];
Vertex vertices[4];
Viewport viewport;
float sw;