aboutsummaryrefslogtreecommitdiff
path: root/packet.py
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2016-09-13 01:08:34 -0400
committerGrissess <grissess@nexusg.org>2016-09-13 01:08:34 -0400
commit4f3cee39bde8b6e90758d499af85710ce4436136 (patch)
tree8eb3246d822643c2f1ef6eda4c9ea4e30008ab40 /packet.py
parentbab20d4625ddddad7911d548edca12cc0ea93c6b (diff)
Small fixes to handling of obligate polyphones
...that is now my new favorite phrase :)
Diffstat (limited to 'packet.py')
-rw-r--r--packet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packet.py b/packet.py
index 1291601..45308ce 100644
--- a/packet.py
+++ b/packet.py
@@ -31,3 +31,5 @@ def itos(i):
def stoi(s):
return struct.unpack('>L', s.ljust(4, '\0'))[0]
+
+OBLIGATE_POLYPHONE = 0xffffffff