Add missing increment in invertBox()

svn-id: r21873
This commit is contained in:
Travis Howell 2006-04-14 06:26:18 +00:00
parent 3058efc168
commit 89e0e27f6a

View File

@ -782,6 +782,7 @@ void SimonEngine::invertBox(HitArea *ha, bool state) {
vsp->flags &= ~kDFShaded;
break;
}
vsp->id++;
}
}
}