diff options
| author | Comment <tim@gray.(none)> | 2012-12-18 12:45:26 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-18 12:45:26 +0000 |
| commit | 27e13ea8412d2a1f46345f9c0fcafa1e86551728 (patch) | |
| tree | 68b083f478b92029c1cbd8b8c2b431528c35495d /vfg/src/Asterisk.cpp | |
| parent | 066b911b19d93191fd5a89b8cd14c51aa18e2fd9 (diff) | |
final dublin version
Diffstat (limited to 'vfg/src/Asterisk.cpp')
| -rwxr-xr-x | vfg/src/Asterisk.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vfg/src/Asterisk.cpp b/vfg/src/Asterisk.cpp index f1b8058..0572add 100755 --- a/vfg/src/Asterisk.cpp +++ b/vfg/src/Asterisk.cpp @@ -169,7 +169,8 @@ int Asterisk::update(){ return 0;
}
else {
- //message length of <3 is a key
+ //message length of <3 is a key + if (state!=ASTERISK_PLAYING) state=ASTERISK_PLAYING; //catch missed game acknowledgement
return ofToInt(msg);
}
}
|
