view pped/common.h @ 19:de685799a432

Made torps wobbly when going through nebulous terrain. Only happens if nebula_effect contains photon.
author darius
date Wed, 24 Dec 1997 12:40:04 +0000
parents 2719a89505ba
children
line wrap: on
line source

/*
 * common.h
 */


#define err_fatal(x) {err(x); exit(1);}

#define err_sys_fatal(x) {err_sys(x); exit(1);}

#define VERSSTR "1.1"