From 748dc49218e1ff78bd518baf3c8bf21cb79bc193 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 13 Nov 2001 03:14:34 +0000 Subject: [PATCH] report the type number of the bad type for temp ents --- qw/source/cl_tent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/cl_tent.c b/qw/source/cl_tent.c index cd9b61243..bba3a2ed1 100644 --- a/qw/source/cl_tent.c +++ b/qw/source/cl_tent.c @@ -407,7 +407,7 @@ CL_ParseTEnt (void) break; default: - Sys_Error ("CL_ParseTEnt: bad type"); + Sys_Error ("CL_ParseTEnt: bad type %d", type); } }