mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +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;
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue