X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmisc.h;h=260d7803ff103e67f5794fe9894c2ce7243c4806;hp=8b483c520871c4a239a8409858c00588a1526fec;hb=57562a0f29074feea1dc01ddf1b1d5e4e6d59730;hpb=e557b2b5d9951a4e692fd4e32a5cf45c84252c64 diff --git a/src/misc.h b/src/misc.h index 8b483c52..260d7803 100644 --- a/src/misc.h +++ b/src/misc.h @@ -23,7 +23,8 @@ #define ERR_RETURN 0 #define ERR_EXIT 1 -#define ERR_EXITHELP 2 +#define ERR_EXIT_HELP 2 +#define ERR_EXIT_SOUNDSERVER 3 void InitCounter(void); unsigned long Counter(void);