X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=common.h;h=1414e633eb938a2a8ae436e0c7fe1c03492673ea;hb=591877ee0c64958303dcbb4f2af3d343a420cf6a;hp=200e432b0ac8fdc425ea0690af00423f2a45bef9;hpb=b8664b6856e2aecb83c08717ffbc7ae20dde9630;p=xonotic%2Fdarkplaces.git diff --git a/common.h b/common.h index 200e432b..1414e633 100644 --- a/common.h +++ b/common.h @@ -47,7 +47,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct sizebuf_s { - qbool allowoverflow; ///< if false, do a Sys_Error + qbool allowoverflow; ///< if false, do a Sys_Abort qbool overflowed; ///< set to true if the buffer size failed unsigned char *data; int maxsize;