Fix last minute patch bug
authorunc0rr
Sat, 03 Apr 2010 14:49:45 +0000
changeset 3293 3e3a819d5b48
parent 3292 db97b92367a4
child 3294 0faf8a2d6066
Fix last minute patch bug
QTfrontend/gamecfgwidget.cpp
--- a/QTfrontend/gamecfgwidget.cpp	Sat Apr 03 14:46:54 2010 +0000
+++ b/QTfrontend/gamecfgwidget.cpp	Sat Apr 03 14:49:45 2010 +0000
@@ -140,7 +140,7 @@
 
 quint32 GameCFGWidget::getInitHealth() const
 {
-    return schemeData(19).toInt();
+    return schemeData(20).toInt();
 }
 
 QStringList GameCFGWidget::getFullConfig() const