Просмотр исходного кода

recognize verify_contents token

rdb 16 лет назад
Родитель
Сommit
1df1eb4f3e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      direct/src/plugin_standalone/p3dEmbed.cxx

+ 2 - 0
direct/src/plugin_standalone/p3dEmbed.cxx

@@ -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 = "";