Don't call setAllyMessages() anymore.

This commit is contained in:
Guus Sliepen 2012-03-11 15:10:36 +01:00
parent 1b1170a183
commit d93c0c9400
2 changed files with 0 additions and 3 deletions

View File

@ -97,8 +97,6 @@ int main(int argc, char *argv[])
setColorIndexes();
setAllyMessages();
showStory();
// Determine which part of the game we will go to...

View File

@ -18,7 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
extern void setAllyMessages();
extern void getKillMessage(object *ally);
extern const char *getKlineInsult();
extern void getPlayerDeathMessage();