(root)/polymer/ – Rev 5033
Rev 5032 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 5033 2015-02-22 14:15:20
- Author: hendricks266
- Log message:
- 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,
};