- GCC fixes.

SVN r2257 (trunk)
This commit is contained in:
Christoph Oelckers 2010-03-29 20:25:08 +00:00
commit ba29ffd405
2 changed files with 10 additions and 10 deletions

View file

@ -54,15 +54,15 @@ void cht_DoCheat (player_t *player, int cheat)
{
static const char * BeholdPowers[9] =
{
{ "PowerInvulnerable" },
{ "PowerStrength" },
{ "PowerInvisibility" },
{ "PowerIronFeet" },
{ "MapRevealer" },
{ "PowerLightAmp" },
{ "PowerShadow" },
{ "PowerMask" },
{ "PowerTargeter" },
"PowerInvulnerable",
"PowerStrength",
"PowerInvisibility",
"PowerIronFeet",
"MapRevealer",
"PowerLightAmp",
"PowerShadow",
"PowerMask",
"PowerTargeter",
};
const PClass *type;
AInventory *item;