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[] =