From 65ab546e40b34d81b56c8501230d9e3c61218631 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 13 Oct 2016 11:38:53 -0500 Subject: [PATCH] simplified the variable declaration in vrstest.exe --- src/vrstest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/vrstest.c b/src/vrstest.c index ccf1e810..cdba1e9b 100755 --- a/src/vrstest.c +++ b/src/vrstest.c @@ -33,11 +33,10 @@ void main() { memptr bigbuffer; int i; word start; - int plane; float t1, t2; boolean baka; byte *pal; - int size, size1; + int size; struct sprite spri; vrl1_vgax_offset_t * off, *off1; struct vrs_container vrs; @@ -47,7 +46,6 @@ void main() { uint32_t vrl_size; int num_of_vrl; struct vrl1_vgax_header huge *curr_vrl; - struct vrl_container *vrl; word w=0; gvar.mm.mmstarted=0; -- 2.39.2