Fixed|libdoomsday: Crash during startup
Constructing the global ded_t lead to accessing of other global-scopevariables that apparently had not been initialized yet. Now thedefinitions database is constructed just-in-time before first access.
View differences
Fixed|libdoomsday: Crash during startup
Constructing the global ded_t lead to accessing of other global-scope
variables that apparently had not been initialized yet. Now the
definitions database is constructed just-in-time before first access.