mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Add a disclaimer when loading textmaps/UDMF.
This commit is contained in:
parent
c6c00aa7d5
commit
7ae2143c91
1 changed files with 2 additions and 0 deletions
|
@ -1520,6 +1520,8 @@ static void P_LoadTextmap (void)
|
||||||
side_t *sd;
|
side_t *sd;
|
||||||
mapthing_t *mt;
|
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.
|
/// Given the UDMF specs, some fields are given a default value.
|
||||||
/// If an element's field has a default value set, it is ommited
|
/// 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
|
/// from the textmap, and therefore we have to account for it by
|
||||||
|
|
Loading…
Reference in a new issue