When compiling the library for the first time I came across an "unassigned pointer error" in allegro.cpp in Alg_event_list::set_start_time, the last three lines of the function to be more specific. A simple if statement to check if the pointer was null was enough to fix the error, but that's something that should probably be fixed within the library itself and not making whoever downloads it fix it.
When compiling the library for the first time I came across an "unassigned pointer error" in allegro.cpp in Alg_event_list::set_start_time, the last three lines of the function to be more specific. A simple if statement to check if the pointer was null was enough to fix the error, but that's something that should probably be fixed within the library itself and not making whoever downloads it fix it.