back out part1 patch (trunk only)
I got an unexpected access violation since checking in that patch, so I'm backing out the change while investigating.
This commit is contained in:
@@ -11,7 +11,6 @@ typedef int winid; /* a window identifier */
|
||||
typedef union any {
|
||||
genericptr_t a_void;
|
||||
struct obj *a_obj;
|
||||
struct monst *a_monst;
|
||||
int a_int;
|
||||
char a_char;
|
||||
schar a_schar;
|
||||
|
||||
Reference in New Issue
Block a user