mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
recognize verify_contents token
This commit is contained in:
parent
34d84ea813
commit
1df1eb4f3e
@ -111,6 +111,8 @@ run_embedded(streampos read_offset, int argc, char *argv[]) {
|
|||||||
_win_height = atoi(value.c_str());
|
_win_height = atoi(value.c_str());
|
||||||
} else if (keyword == "root_dir") {
|
} else if (keyword == "root_dir") {
|
||||||
root_dir = value;
|
root_dir = value;
|
||||||
|
} else if (keyword == "verify_contents") {
|
||||||
|
_verify_contents = (bool) atoi(value.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
curstr = "";
|
curstr = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user