
SHORTNAME=doom
LONGNAME="Doom (including Ultimate Doom)"

check_for_v19() {
	case "$CHECKSUM" in
		"c4fe9fd920207691a9f493668e0a2083")
			debug "doom.wad is a v1.9 IWAD (ultimate doom)"
			;;
		"1cd63c5ddff1bf8ce844237f580e9cf3")
			debug "doom.wad is a v1.9 IWAD (registered)"
			;;
		*)
			warn "the doom.wad file is not version 1.9"
			warn "(or has been modified)"
			warn "you may have some problems with PWADs and demos"
			;;
	esac

}

. $LIBDIR/doom-common
