changed filename for msvc

This commit is contained in:
ejcoumans
2006-08-16 14:03:39 +00:00
parent 9a8e8d5639
commit 8cd999a189

View File

@@ -294,7 +294,7 @@ int main(int argc,char** argv)
//try again other path, //try again other path,
//sight... visual studio leaves the current working directory in the projectfiles folder //sight... visual studio leaves the current working directory in the projectfiles folder
//instead of executable folder. who wants this default behaviour?!? //instead of executable folder. who wants this default behaviour?!?
bspfilename = "../../bsptest.bsp"; bspfilename = "../../BspDemo.bsp";
file = fopen(bspfilename,"r"); file = fopen(bspfilename,"r");
} }
if (file) if (file)