Fix demo records of rounds restored after saving
authorunc0rr
Wed, 11 Jun 2008 20:45:49 +0000
changeset 989 49075d163d69
parent 988 cdff3f6f9b38
child 990 dfa6a6fe1542
Fix demo records of rounds restored after saving
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Wed Jun 11 20:27:09 2008 +0000
+++ b/QTfrontend/hwform.cpp	Wed Jun 11 20:45:49 2008 +0000
@@ -619,6 +619,7 @@
 	{
 		demo.replace(QByteArray("\x02TL"), QByteArray("\x02TD"));
 		demo.replace(QByteArray("\x02TN"), QByteArray("\x02TD"));
+		demo.replace(QByteArray("\x02TS"), QByteArray("\x02TD"));
 		filename = cfgdir->absolutePath() + "/Demos/LastRound.hwd_" + *cProtoVer;
 	} else
 	{