Revision r5033
CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.
enum
{
EF_HIDEFROMSP = 1<<0,
EF_HIDEFROMMP = 1<<1,
};
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.
enum
{
EF_HIDEFROMSP = 1<<0,
EF_HIDEFROMMP = 1<<1,
};
------------------------------------------------------------------------
r5034 | hendricks266 | 2015-02-22 14:15:35 -0800 (Sun, 22 Feb 2015) | 1 line
Menus: Fix assorted issues in MENU_NETOPTIONS.
------------------------------------------------------------------------
r5033 | hendricks266 | 2015-02-22 14:15:20 -0800 (Sun, 22 Feb 2015) | 7 lines
CON: Add "definevolumeflags", currently equipped to hide an episode from the single player and/or multiplayer screens.
enum
{
EF_HIDEFROMSP = 1<<0,
EF_HIDEFROMMP = 1<<1,
};
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.