1// This file can be included several times.
2
3#ifndef MAPBUG
4// This helps IDEs properly syntax highlight the uses of the macro below.
5#define MAPBUG(Id, Name)
6#endif
7
8MAPBUG(BUG_GRENADE_DOUBLEEXPLOSION, "grenade-doubleexplosion@ddnet.tw")
9