1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Fixed a bug in monster

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@70 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
nkorslund 2008-11-16 20:28:00 +00:00
parent 2f07faf00e
commit 394c1d18aa

View File

@ -218,7 +218,7 @@ const char[][] tokenList =
TT.State : "state",
TT.Typeof : "typeof",
TT.Singleton : "singleton",
TT.Singleton : "clone",
TT.Clone : "clone",
TT.Static : "static",
TT.Const : "const",
TT.Abstract : "abstract",