Add "string" alias for "definequote" and "print" alias for "quote".

git-svn-id: https://svn.eduke32.com/eduke32@5838 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2016-08-27 01:42:16 +00:00
parent c2d8a66c3a
commit 3f4a4679ce

View file

@ -170,6 +170,9 @@ const tokenmap_t altkeyw [] =
{ "setw", CON_SETWALL },
{ "setu", CON_SETUSERDEF },
{ "seti", CON_SETINPUT },
{ "string", CON_DEFINEQUOTE },
{ "print", CON_QUOTE },
};
const char *keyw[] =