Skip to content
Snippets Groups Projects
Commit 6da39368 authored by rswindell's avatar rswindell
Browse files

Added _QUESTION (used in yes/no questions) as a new global string variable.

parent 8015b0cf
Branches
Tags
No related merge requests found
......@@ -232,6 +232,7 @@
!global _CAP_FNAME
!global _CID
!global _COMSPEC
!global _QUESTION
# Integer variables
!global _USERON.NUMBER
......
......@@ -100,6 +100,9 @@ char ** sbbs_t::getstrvar(csi_t *bin, long name)
break;
case 0x15755030:
return((char **)&comspec);
case 0x5E049062:
sysvar_p[sysvar_pi]=question;
break;
case 0xf19cd046:
sysvar_p[sysvar_pi]=(char*)wordwrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment