Skip to content

Commit

Permalink
wm3sample wrong config
Browse files Browse the repository at this point in the history
  • Loading branch information
firoball committed Jun 29, 2018
1 parent 09d2001 commit 725b651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/source/wm3sample/wm3sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
void main(void)
{
/* wok - preconverted */
//STRING* strFile = str_create("..\\..\\preconverted\\wok\\forest3.wm3");
STRING* strFile = str_create("..\\..\\preconverted\\wok\\forest3.wm3");

/* you may use these lcoation strings if you convert to the predefined folders */
//STRING* strFile = str_create("..\\..\\dump\\tlol\\tlol.wm3");
//STRING* strFile = str_create("..\\..\\dump\\wok\\forest3.wm3");
STRING* strFile = str_create("..\\..\\dump\\skaphander\\skaph.wm3");
//STRING* strFile = str_create("..\\..\\dump\\skaphander\\skaph.wm3");
//STRING* strFile = str_create("..\\..\\dump\\vrdemo\\vrdemo.wm3");

level_load(""); /* load empty level */
Expand Down

0 comments on commit 725b651

Please sign in to comment.