summaryrefslogtreecommitdiff
path: root/src/script.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.cc')
-rw-r--r--src/script.cc30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/script.cc b/src/script.cc
deleted file mode 100644
index 84f7c3e4..00000000
--- a/src/script.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright (c) 2001 Dark God
- *
- * This software may be copied and distributed for educational, research, and
- * not for profit purposes provided that this copyright and statement are
- * included in all such copies.
- */
-
-#include "script.h"
-
-#include "init2.hpp"
-#include "q_library.hpp"
-#include "spells4.hpp"
-#include "spells5.hpp"
-#include "spells6.hpp"
-
-
-void init_lua_init()
-{
- /* Initialize schooled spells */
- schools_init();
- school_spells_init();
- init_school_books();
-
- /* Post-spell creation initialization */
- initialize_bookable_spells();
-
- /* Finish up the corruptions */
- init_corruptions();
-}