changed filename for msvc
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user