Rename ULTDOOM/DOOM2 cpp defines to PHASE1/PHASE2

More self-consistent with out project, and those names dated before
Freedoom had a stronger identity.
This commit is contained in:
Mike Swanson 2019-09-01 18:49:03 -07:00
parent 9f082e5ffa
commit a31450f5b9
3 changed files with 41 additions and 41 deletions

View file

@ -16,7 +16,7 @@
#
# #if .. #endif / #ifdef .. #endif
#
# Specify a list of options set, eg #ifdef DOOM2 || ULTDOOM || SHAREWARE
# Specify a list of options set, eg #ifdef PHASE1 || PHASE2
# The block is only displayed if one of the options is set
#
# #ifn .. #endif / #ifndef .. #endif