]> ruin.nu Git - hbs.git/blobdiff - bs/bsdoc.cpp
initial commit of the BSConf class.
[hbs.git] / bs / bsdoc.cpp
index e3e046986418caaad4d4147646c393fbe2fb293b..a782c08412f9f8dcf1c70a9480cb84489feded9b 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "bsdoc.h"
 
+
 BSDoc::BSDoc()
 {
   modified = false;
@@ -59,6 +60,7 @@ int BSDoc::newBattle(QString name)
        m_Battles[name]["Friendly"]["Home Planet"];
        m_Battles[name]["Hostile"];
 
+       modified = true;
        emit documentChanged();
        return 0;
 }