# HG changeset patch # User Adam Kaminski # Date 1606569389 18000 # Sat Nov 28 08:16:29 2020 -0500 # Node ID c14bd61f8f7a40d31479ccf1a802f888b93a5e41 # Parent 2b5ab02c27eb50762b5d287403efbc0c1aea59aa Changed the parameter type of any network commands that control the map's totals from short to variable. diff -r 2b5ab02c27eb -r c14bd61f8f7a protocolspec/spec.map.txt --- a/protocolspec/spec.map.txt Sun Nov 29 04:09:18 2020 -0500 +++ b/protocolspec/spec.map.txt Sat Nov 28 08:16:29 2020 -0500 @@ -20,28 +20,28 @@ EndCommand Command SetMapNumKilledMonsters - Short killedMonsters + Variable killedMonsters EndCommand Command SetMapNumFoundItems - Short foundItems + Variable foundItems EndCommand Command SetMapNumFoundSecrets - Short foundSecrets + Variable foundSecrets EndCommand Command SetMapNumTotalMonsters - Short totalMonsters + Variable totalMonsters EndCommand Command SetMapNumTotalItems - Short totalItems + Variable totalItems EndCommand Command SetMapNumTotalSecrets ExtendedCommand - Short totalSecrets + Variable totalSecrets EndCommand Command SetMapMusic