Created attachment 2430[details]
Add missing event names
The list of event names used for debuging in bg_misc.c is incorrect, EV_OBELISKPAIN is missing causing incorrect event names to be given. There are events missing from the end, which would cause reading beyond the end of the 'eventnames' array.
Created attachment 2430 [details] Add missing event names The list of event names used for debuging in bg_misc.c is incorrect, EV_OBELISKPAIN is missing causing incorrect event names to be given. There are events missing from the end, which would cause reading beyond the end of the 'eventnames' array.