mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
[qfcc] Nuke PAS from orbit
And there was much rejoicing. I hated having to create that opcode.
This commit is contained in:
parent
de89f2f31f
commit
d150210888
5 changed files with 8 additions and 43 deletions
|
@ -75,7 +75,6 @@ const char *
|
|||
get_op_string (int op)
|
||||
{
|
||||
switch (op) {
|
||||
case PAS: return ".=";
|
||||
case OR: return "||";
|
||||
case AND: return "&&";
|
||||
case EQ: return "==";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue