[prev in list] [next in list] [prev in thread] [next in thread] 

List:       atlantik-devel
Subject:    [atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient
From:       kde () office ! kde ! org
Date:       2003-06-22 2:51:10
[Download RAW message or body]

Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv1224/libatlantikclient

Modified Files:
      Tag: KDE_3_1_BRANCH
	atlantik_network.cpp 
Log Message:
backport: fix 54942

Index: atlantik_network.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v
retrieving revision 1.65.4.13
retrieving revision 1.65.4.14
diff -u -d -r1.65.4.13 -r1.65.4.14
--- atlantik_network.cpp	22 Jun 2003 00:08:06 -0000	1.65.4.13
+++ atlantik_network.cpp	22 Jun 2003 02:51:08 -0000	1.65.4.14
@@ -433,6 +433,10 @@
 					if (player && !a.isNull())
 						player->setBankrupt(a.value().toInt());
 
+					a = e.attributeNode(QString("hasdebt"));
+					if (player && !a.isNull())
+						player->setHasDebt(a.value().toInt());
+
 					a = e.attributeNode(QString("hasturn"));
 					if (player && !a.isNull())
 						player->setHasTurn(a.value().toInt());

_______________________________________________
atlantik-cvs mailing list
atlantik-cvs@mail.kde.org
http://mail.kde.org/mailman/listinfo/atlantik-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic