mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
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:
parent
9f082e5ffa
commit
a31450f5b9
3 changed files with 41 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue