mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Merge branch 'disable-udmf-console-notice' into 'next'
Disable UDMF console notice See merge request STJr/SRB2!2542
This commit is contained in:
commit
4dba043f25
1 changed files with 1 additions and 1 deletions
|
@ -2995,7 +2995,7 @@ 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");
|
||||
//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 omitted
|
||||
|
|
Loading…
Reference in a new issue