Undeprecate the Melee rule

The Melee rule is the interface to distinguish Melee- and Cooperative
scenarios for various purposes. Using a separate flag might be cleaner, but
would violate the do-not-repeat-yourself-rule.
Günther Brammer 2011-03-30 21:17:57 +02:00
parent c6751e1620
commit b2b4176745
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
DEPRECATED static const C4ID Conkit; // Construction kit
static const C4ID Clonk;
DEPRECATED static const C4ID Flame;
DEPRECATED static const C4ID Melee;
static const C4ID Melee;
DEPRECATED static const C4ID Bubble;
C4ID(): v(None.v) {}