I was just going over my advance_level function, and took a look at con_app.

The struct looks like this:

struct  con_app_type
{
    sh_int      hitp;
    sh_int      shock;
};

I thought to myself, "Shock? Now I'll be damned, I don't remember ever using
that."
So I yanked out my trusty xtermm and executed a 'grep shock *.c|grep
con_app'
Lo and behold, no references.
I thought to myself, "Hm, This code is pretty severly modified, let's check
out ye ol' stock."

So, I yanked out my trusted archival extraction utility and in moments was
executing the same grep.
Lo and behold! it's not there either.

Can anyone offer any insight as to what this was planned for?



Reply via email to