mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Add a missed opcode conversion for %%
This commit is contained in:
parent
32c21ec559
commit
1a9510834a
1 changed files with 1 additions and 0 deletions
|
@ -439,6 +439,7 @@ convert_op (int op)
|
|||
case '*': return "*";
|
||||
case '/': return "/";
|
||||
case '%': return "%";
|
||||
case MOD: return "%%";
|
||||
case '&': return "&";
|
||||
case '|': return "|";
|
||||
case '^': return "^";
|
||||
|
|
Loading…
Reference in a new issue