include the index 10 portal data value as unknown_10 until we know what it's used for

This commit is contained in:
Jon Atkins
2015-02-16 19:30:58 +00:00
parent 3aed769081
commit b22842a902
2 changed files with 5 additions and 5 deletions

View File

@ -235,7 +235,7 @@ window.Render.prototype.createPortalEntity = function(ent) {
var latlng = L.latLng(ent[2][2]/1E6, ent[2][3]/1E6);
var data = {
// type: ent[2][0],
// ent[2][0] is type - not needed as we know we're a portal
team: ent[2][1],
latE6: ent[2][2],
lngE6: ent[2][3],
@ -244,8 +244,8 @@ window.Render.prototype.createPortalEntity = function(ent) {
resCount: ent[2][6],
image: ent[2][7],
title: ent[2][8],
ornaments: ent[2][9]
// and a new ent[2][10] ??? - maybe mission markers for portals?
ornaments: ent[2][9],
unknown_10: ent[2][10], // temp name until we know what this value does
};
var dataOptions = {