summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.h')
-rw-r--r--crawl-ref/source/mstuff2.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/crawl-ref/source/mstuff2.h b/crawl-ref/source/mstuff2.h
index 1bdd23232f..8ac7be902c 100644
--- a/crawl-ref/source/mstuff2.h
+++ b/crawl-ref/source/mstuff2.h
@@ -19,22 +19,6 @@
#include "externs.h"
-struct SBeam
-{
- std::string name;
- int colour;
- int range;
- int rangeMax;
- int hit;
- dice_def damage;
- int ench_power;
- int type;
- int flavour;
- int thrown;
- bool isBeam;
-};
-
-
/*
beam_colour = _pass[0];
beam_range = _pass[1];
@@ -50,7 +34,7 @@ struct SBeam
/* ***********************************************************************
* called from: monstuff - mstuff2
* *********************************************************************** */
-struct SBeam mons_spells(int spell_cast, int power);
+bolt mons_spells(int spell_cast, int power);
// last updated 12may2000 {dlb}