From d828101f448520c191124f92d710ac5c3099529f Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 2 Jun 2008 15:45:03 +0000 Subject: Replaced some magic numbers in script files with variables for better code readability. --- data/scripts/libtmw.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/scripts/libtmw.lua') diff --git a/data/scripts/libtmw.lua b/data/scripts/libtmw.lua index 8ea6462..2471b7c 100644 --- a/data/scripts/libtmw.lua +++ b/data/scripts/libtmw.lua @@ -30,6 +30,10 @@ ELEMENT_METAL = 6 ELEMENT_WOOD = 7 ELEMENT_ICE = 8 +TILESIZE = 32 +HOURS = 3600 +MINUTES = 60 + -- Table that associates to each NPC pointer the handler function that is -- called when a player starts talking to an NPC. -- cgit