0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 02:22:47 +00:00

[gamecode] Make commented braces match

They annoyed me
This commit is contained in:
Bill Currie 2022-01-14 22:51:18 +09:00
parent 1aa4844bf6
commit 6f1f56aea7

View file

@ -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[] = {