track what games we've sent died notices for and don't repeat. Fixes

infinite message flood occurring when a packet was received after
games had been deleted on both devices.
This commit is contained in:
Eric House 2012-05-21 21:27:22 -07:00
parent e80417e806
commit 67715b653a

View file

@ -10,7 +10,7 @@ local_C_INCLUDES+= \
local_LDLIBS += -llog
# local_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING
local_DEBUG = -DMEM_DEBUG -DDEBUG -DENABLE_LOGGING
local_DEFINES += \
$(local_DEBUG) \
-DXWFEATURE_RELAY \