From b6c2bf9050a56841bb5a82549fd36a98b03e2f41 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Apr 2012 16:16:17 +0200 Subject: Lua: Remove unnecessary dynamism from "powers" handling --- src/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tables.c') diff --git a/src/tables.c b/src/tables.c index 3df97271..b736bb85 100644 --- a/src/tables.c +++ b/src/tables.c @@ -3135,7 +3135,7 @@ flags_group flags_groups[MAX_FLAG_GROUP] = }; /* Powers */ -power_type powers_type_init[POWER_MAX_INIT] = +power_type powers_type[POWER_MAX] = { { "spit acid", -- cgit v1.2.3