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
1 changed files with 1 additions and 1 deletions

View File

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