[Tux4kids-commits] r1066 - tuxmath/branches/lan/server
akash gangil
gangil-guest at alioth.debian.org
Thu Jun 18 10:16:10 UTC 2009
Author: gangil-guest
Date: 2009-06-18 10:16:09 +0000 (Thu, 18 Jun 2009)
New Revision: 1066
Modified:
tuxmath/branches/lan/server/server.c
Log:
Getting the question_id right in ANSWER_CORRECT
Modified: tuxmath/branches/lan/server/server.c
===================================================================
--- tuxmath/branches/lan/server/server.c 2009-06-18 04:47:58 UTC (rev 1065)
+++ tuxmath/branches/lan/server/server.c 2009-06-18 10:16:09 UTC (rev 1066)
@@ -155,7 +155,7 @@
case CORRECT_ANSWER:
{
- if(!SendMessage(ANSWER_CORRECT,0))
+ if(!SendMessage(ANSWER_CORRECT,id))
{
printf("Unable to communicate to the client\n");
}
More information about the Tux4kids-commits
mailing list