Make naming more consistent

This commit is contained in:
Michael Morrison 2014-11-18 00:53:11 -06:00
parent ca255d8c3f
commit 53c7f83daa
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ module.exports = require('./core').extend({
for(var i = 0; i < state.raw.numplayers; i++) {
state.players.push({});
}
state.raw.spectators = reader.uint(1);
state.raw.numspectators = reader.uint(1);
state.map = reader.string();
state.raw.map_width = reader.uint(2);
state.raw.map_height = reader.uint(2);