NX: Allow svc_achievement protocol byte to actually exist

..why was this blocked out..
This commit is contained in:
Ian 2023-04-02 11:56:49 -04:00 committed by GitHub
parent e25ad7eb97
commit d9d8356d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1529,11 +1529,19 @@ void CL_ParseServerMessage (void)
case svc_limbupdate:
CL_ParseLimbUpdate();
break;
#ifdef VITA
case svc_achievement:
#ifdef VITA
HUD_Parse_Achievement (MSG_ReadByte());
#else
MSG_ReadByte(); // motolegacy -- stop breaking protocol
#endif // VITA
break;
#endif
case svc_maxammo:
domaxammo = true;
break;