mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
it's SUB_V not DUB_V
This commit is contained in:
parent
9296257c71
commit
ef3e7231bd
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -539,7 +539,7 @@ static const struct {
|
|||
{ "ADD_F" , 3, 5 },
|
||||
{ "ADD_V" , 3, 5 },
|
||||
{ "SUB_F" , 3, 5 },
|
||||
{ "DUB_V" , 3, 5 },
|
||||
{ "SUB_V" , 3, 5 },
|
||||
{ "EQ_F" , 0, 4 },
|
||||
{ "EQ_V" , 0, 4 },
|
||||
{ "EQ_S" , 0, 4 },
|
||||
|
|
Loading…
Reference in a new issue