- GCC fixes.
SVN r2257 (trunk)
This commit is contained in:
parent
18d58ef1c5
commit
ba29ffd405
2 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue