1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-17 18:18:30 +02:00

Remove unused dir string

Since 4154066c26 reduced the memory
footprint, it's now unused.
This commit is contained in:
Misa 2021-08-18 09:45:07 -07:00
parent b60bfc6bd8
commit 0fd4f21710

View File

@ -514,7 +514,6 @@ bool FILESYSTEM_mountAssets(const char* path)
char filename[MAX_PATH];
char virtual_path[MAX_PATH];
const char* real_path;
char dir[MAX_PATH];
VVV_between(path, "levels/", filename, ".vvvvvv");