From 742dced437623c1491e0c068ad809789c934edab Mon Sep 17 00:00:00 2001
From: toasterbabe <rollerorbital@gmail.com>
Date: Tue, 9 Aug 2016 13:04:53 +0100
Subject: [PATCH] Updating I_Error to use 4 characters for the spritename only
 in the same way the other ones do

---
 src/r_things.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/r_things.c b/src/r_things.c
index 2f19af8338..1085894936 100644
--- a/src/r_things.c
+++ b/src/r_things.c
@@ -331,7 +331,7 @@ static boolean R_AddSingleSpriteDef(const char *sprname, spritedef_t *spritedef,
 			case SRF_2D: // both Left and Right rotations
 			// we test to see whether the left and right slots are present
 			if ((sprtemp[frame].lumppat[2] == LUMPERROR) || (sprtemp[frame].lumppat[6] == LUMPERROR))
-				I_Error("R_AddSingleSpriteDef: Sprite %s frame %c is missing rotations",
+				I_Error("R_AddSingleSpriteDef: Sprite %.4s frame %c is missing rotations",
 				sprname, R_Frame2Char(frame));
 			break;
 
-- 
GitLab