diff options
| author | Comment <tim@gray.(none)> | 2012-11-27 15:45:35 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-11-27 15:45:35 +0000 |
| commit | 75c277c10f206f5bf3799caa03a52f40c1c8b6cf (patch) | |
| tree | 291ad7e334c10bef04b914267749bda962c4543d /vfg/src/Asterisk.cpp | |
| parent | c34be0d1b56c26b562393f7c802ea535698a4b07 (diff) | |
characters reacting to level ends
Diffstat (limited to 'vfg/src/Asterisk.cpp')
| -rwxr-xr-x | vfg/src/Asterisk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|
