From 45cfea17f5b1dfecf4c458c8aba4d11f83d9b1ff Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 13 Apr 2016 10:34:04 +0200 Subject: [PATCH] - removed unused variable. --- src/r_things.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_things.cpp b/src/r_things.cpp index c2fa165db..7fe8ab017 100644 --- a/src/r_things.cpp +++ b/src/r_things.cpp @@ -1227,7 +1227,6 @@ static void R_ProjectWallSprite(AActor *thing, fixed_t fx, fixed_t fy, fixed_t f void R_AddSprites (sector_t *sec, int lightlevel, int fakeside) { AActor *thing; - F3DFloor *rover; F3DFloor *fakeceiling = NULL; F3DFloor *fakefloor = NULL;