From: Wolfgang (Blub) Bumiller Date: Wed, 22 Aug 2012 15:32:42 +0000 (+0200) Subject: it's SUB_V not DUB_V X-Git-Tag: 0.1-rc1~91 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=ef3e7231bd1b51516898ced1181f31b9c822ff38 it's SUB_V not DUB_V --- diff --git a/gmqcc.h b/gmqcc.h index 71d3ca9..bc64d56 100644 --- a/gmqcc.h +++ b/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 },