mikymod 12 лет назад
Родитель
Сommit
2605d3c905
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      engine/Device.cpp

+ 1 - 0
engine/Device.cpp

@@ -101,6 +101,7 @@ Device::Device() :
 	// Bundle dir is current dir by default.
 	string::strncpy(m_bundle_dir, os::get_cwd(), MAX_PATH_LENGTH);
 	string::strncpy(m_source_dir, "", MAX_PATH_LENGTH);
+	string::strncpy(m_boot_file, "lua/game", MAX_PATH_LENGTH);
 }
 
 //-----------------------------------------------------------------------------