This commit is contained in:
jl777
2019-03-13 07:37:40 -11:00
parent 680c622eec
commit 7a04cea145
3 changed files with 4 additions and 25 deletions

View File

@@ -187,6 +187,8 @@ char *actionfunc_str(char *str,void *ptr)
strcpy(str,"rollwand");
else if ( ptr == (void *)visuals )
strcpy(str,"visuals");
else if ( ptr == (void *)turn_see )
strcpy(str,"turn_see");
else strcpy(str,"no match");
return(str);
}