mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add a disclaimer when loading textmaps/UDMF.
This commit is contained in:
parent
dd56500ed0
commit
0edb23eaf7
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…
Add table
Reference in a new issue