From 75c277c10f206f5bf3799caa03a52f40c1c8b6cf Mon Sep 17 00:00:00 2001 From: Comment Date: Tue, 27 Nov 2012 15:45:35 +0000 Subject: characters reacting to level ends --- vfg/src/Asterisk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vfg/src/Asterisk.cpp') diff --git a/vfg/src/Asterisk.cpp b/vfg/src/Asterisk.cpp index 8a2309e..5392ade 100755 --- a/vfg/src/Asterisk.cpp +++ b/vfg/src/Asterisk.cpp @@ -47,7 +47,7 @@ int Asterisk::update(){ udpConnection.Receive(udpMessage,10000); string msg=udpMessage; if(msg!=""){ - if (msg.length()>2) { + if (msg.length()>3) { //printf("status msg: %s\n",msg.c_str()); if (msg.substr(0,5)=="Local") { state=PLAYING; -- cgit v1.2.3