1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +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",