mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
[gamecode] Make commented braces match
They annoyed me
This commit is contained in:
parent
1aa4844bf6
commit
6f1f56aea7
1 changed files with 2 additions and 0 deletions
|
@ -63,7 +63,9 @@ static dstatement_t string_statements[] = {
|
|||
{ OP(1, 2, 3, OP_LE_S), 0, 0, 80 },
|
||||
{ OP(1, 2, 3, OP_NOT_S), 0, 0, 96 },
|
||||
|
||||
// }
|
||||
{ OP(0, 0, 0, OP_JUMP_A), -13, 0, 0 },
|
||||
// }
|
||||
};
|
||||
|
||||
test_t tests[] = {
|
||||
|
|
Loading…
Reference in a new issue