Quellcode durchsuchen

set m_boot_file default value

mikymod vor 12 Jahren
Ursprung
Commit
2605d3c905
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      engine/Device.cpp

+ 1 - 0
engine/Device.cpp

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