mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 05:11:58 +00:00
replace some missing {}s
This commit is contained in:
parent
29f0c3bb6e
commit
b5e1597081
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue