From: sparky4 Date: Thu, 13 Oct 2016 16:38:53 +0000 (-0500) Subject: simplified the variable declaration in vrstest.exe X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=65ab546e40b34d81b56c8501230d9e3c61218631;p=16.git simplified the variable declaration in vrstest.exe --- 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;