Fix AddAmmo setting ammo to 99 when trying to add infinite ammo
This affected the portal mission, the crate only gave you 99 portal guns instead of infinite.
// Common/NewHandler.h
#ifndef __COMMON_NEWHANDLER_H
#define __COMMON_NEWHANDLER_H
class CNewException {};
#ifdef _WIN32
void
#ifdef _MSC_VER
__cdecl
#endif
operator delete(void *p) throw();
#endif
#endif