Cleaner initialization of test string table.

This commit is contained in:
Martin Haye 2015-09-19 13:46:36 -07:00
parent efe6525167
commit 6ee122f942

View File

@ -72,17 +72,6 @@ def addTypes()
typeLengths[TYPE_PLAYER & $7F] = Player
mmgr(HEAP_ADD_TYPE, @typeTbl_Item)
typeLengths[TYPE_ITEM & $7F] = Item
testStrings[0] = @testStr1
testStrings[1] = @testStr2
testStrings[2] = @testStr3
testStrings[3] = @testStr4
testStrings[4] = @testStr5
testStrings[5] = @testStr6
testStrings[6] = @testStr7
testStrings[7] = @testStr8
testStrings[8] = @testStr9
testStrings[9] = @testStr10
end
///////////////////////////////////////////////////////////////////////////////////////////////////