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:
parent
2e74daf910
commit
ffce52aa2c
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
|||
|
||||
enum
|
||||
{
|
||||
EV_DMC_PICKUPMSG,
|
||||
EV_DMC_PICKUPMSG = EV_SEPARATOR,
|
||||
EV_GIBALIEN,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue