caps_flare

Predefined if the engine supports flares. They can be used for universal functions to be run on different editions in a different way.

Example:

IFDEF CAPS_FLARE; // Extra Edition or better
	ent_create ("shadflr.pcx", my.x, move_shadowflare);
IFELSE;
ent_create ("shadflat.pcx", my.x, move_shadowflat);
ENDIF;

See also:

include, bind, level, savedir, path, resource, print, define, undef, ifdef, ifndef, ifelse, endif, develop, server, client, caps_color, caps_shadow