From 741db2f0e31624b64d6887e9765109281af800a2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sun, 21 Dec 2014 15:32:24 +0100 Subject: Remove old-style HOOK_GAME_START invocation --- src/dungeon.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dungeon.cc b/src/dungeon.cc index 8a014fe4..c1d0bdaf 100644 --- a/src/dungeon.cc +++ b/src/dungeon.cc @@ -5563,7 +5563,6 @@ void play_game(bool_ new_game) if (!character_dungeon) generate_cave(); /* Ok tell the scripts that the game is about to start */ - process_hooks(HOOK_GAME_START, "()"); process_hooks_new(HOOK_GAME_START, NULL, NULL); /* Character is now "complete" */ -- cgit v1.2.3