Add a disclaimer when loading textmaps/UDMF.

This commit is contained in:
Nev3r 2019-12-30 14:42:41 +01:00
parent c6c00aa7d5
commit 7ae2143c91

View file

@ -1520,6 +1520,8 @@ static void P_LoadTextmap (void)
side_t *sd;
mapthing_t *mt;
CONS_Alert(CONS_NOTICE, "UDMF support is still a work-in-progress; its specs and features are prone to change until it is fully implemented.\n");
/// Given the UDMF specs, some fields are given a default value.
/// If an element's field has a default value set, it is ommited
/// from the textmap, and therefore we have to account for it by