mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
This commit is contained in:
parent
9e094ddeb5
commit
97f34d9add
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -586,7 +586,7 @@ static const struct {
|
|||
{ "EQ_V" , 0, 4 },
|
||||
{ "EQ_S" , 0, 4 },
|
||||
{ "EQ_E" , 0, 4 },
|
||||
{ "ES_FNC" , 0, 6 },
|
||||
{ "EQ_FNC" , 0, 6 },
|
||||
{ "NE_F" , 0, 4 },
|
||||
{ "NE_V" , 0, 4 },
|
||||
{ "NE_S" , 0, 4 },
|
||||
|
|
Loading…
Reference in a new issue