Skip to content
Snippets Groups Projects
Commit 63c57a94 authored by rswindell's avatar rswindell
Browse files

Added current_msg variable for msg header @-codes.

parent a12f23e0
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,7 @@ void sbbs_t::show_msghdr(smbmsg_t* msg)
char *sender=NULL;
int i;
current_msg=msg;
attr(LIGHTGRAY);
if(useron.misc&CLRSCRN)
outchar(FF);
......
......@@ -314,6 +314,8 @@ public:
csi_t main_csi; /* Main Command Shell Image */
smbmsg_t* current_msg; /* For message header @-codes */
/* Global command shell variables */
uint global_str_vars;
char ** global_str_var;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment