Fixed stupid error in voice notification

This commit is contained in:
Victor Shcherb 2011-07-15 04:53:44 -07:00
parent 5d07796a9f
commit e34555bc0e

View file

@ -116,7 +116,7 @@ public class VoiceRouter {
// this.currentStatus = STATUS_800_PREPARE;
// } else
if(previousStatus != STATUS_TOLD){
this.currentStatus = previousStatus ++;
this.currentStatus = previousStatus + 1;
} else {
this.currentStatus = previousStatus;
}