mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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());
|
||||
} else if (keyword == "root_dir") {
|
||||
root_dir = value;
|
||||
} else if (keyword == "verify_contents") {
|
||||
_verify_contents = (bool) atoi(value.c_str());
|
||||
}
|
||||
}
|
||||
curstr = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user