From 4d4de63ce360e1b4fe6248b6e18ebd48f618d504 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 9 Apr 2012 11:16:40 +0200 Subject: Lua: Clean up handling of Theme GOD_* variables --- src/variable.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index c4388457..c3530df8 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1575,6 +1575,10 @@ s32b DUNGEON_ASTRAL_WILD_Y = 19; */ deity_type *deity_info; s32b max_gods = MAX_GODS_INIT; +s32b GOD_AULE = -99; +s32b GOD_VARDA = -99; +s32b GOD_ULMO = -99; +s32b GOD_MANDOS = -99; /* * Timers -- cgit v1.2.3