From 3f4a4679ce3778805aaddaaacf001ae51ea14860 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 27 Aug 2016 01:42:16 +0000 Subject: [PATCH] Add "string" alias for "definequote" and "print" alias for "quote". git-svn-id: https://svn.eduke32.com/eduke32@5838 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gamedef.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index 503f8c47d..8c9963716 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -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[] =