diff options
author | Xanadu <none@none> | 2010-02-05 13:01:32 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 13:01:32 +0100 |
commit | f8d1920fa591d2aba16bf70023c64f4379c0114d (patch) | |
tree | 2c62d72bd6d0941e1969e8820b890ee5a43a827e /src/game/ScriptSystem.h | |
parent | a5d1bc77abc275402240bec1380fa87f04461ba8 (diff) |
Yet more cleanup, mostly in the script system. This should conclude the script integration into core.
--HG--
branch : trunk
Diffstat (limited to 'src/game/ScriptSystem.h')
-rw-r--r-- | src/game/ScriptSystem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/ScriptSystem.h b/src/game/ScriptSystem.h index 479f856514a..f78cd2e64fa 100644 --- a/src/game/ScriptSystem.h +++ b/src/game/ScriptSystem.h @@ -5,8 +5,6 @@ #ifndef SC_SYSTEM_H #define SC_SYSTEM_H -extern DatabaseType TScriptDB; - #define TEXT_SOURCE_RANGE -1000000 //the amount of entries each text source has available //TODO: find better namings and definitions. |