Networking: fix oversight where EV_INTERMISSION was being overriden by EV_DMC_PICKUPMSG because I failed to set the right starting id.

This commit is contained in:
Marco Cawthorne 2024-01-05 13:37:23 -08:00
parent 2e74daf910
commit ffce52aa2c
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -16,6 +16,6 @@
enum
{
EV_DMC_PICKUPMSG,
EV_DMC_PICKUPMSG = EV_SEPARATOR,
EV_GIBALIEN,
};