replace some missing {}s

This commit is contained in:
Bill Currie 2003-08-24 07:21:49 +00:00
parent 29f0c3bb6e
commit b5e1597081

View file

@ -120,9 +120,10 @@ b_originator == targ
r = ceil (6 * random ());
if (b_chattime > time) {
if (b_skill < 2)
if (b_skill < 2) {
keys = 0;
buttons = 0;
}
return;
} else if (b_chattime) {
switch (b_topic) {