projects
/
16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8963beb
)
simplified the variable declaration in vrstest.exe
author
sparky4
<sparky4@cock.li>
Thu, 13 Oct 2016 16:38:53 +0000
(11:38 -0500)
committer
sparky4
<sparky4@cock.li>
Thu, 13 Oct 2016 16:38:53 +0000
(11:38 -0500)
src/vrstest.c
patch
|
blob
|
history
diff --git
a/src/vrstest.c
b/src/vrstest.c
index ccf1e81004427656846905d1cca42da549bb2917..cdba1e9b992999f492f47aad0f1402c2bb53c8bf 100755
(executable)
--- a/
src/vrstest.c
+++ b/
src/vrstest.c
@@
-33,11
+33,10
@@
void main() {
memptr bigbuffer;
\r
int i;
\r
word start;
\r
- int plane;
\r
float t1, t2;
\r
boolean baka;
\r
byte *pal;
\r
- int size
, size1
;
\r
+ int size;
\r
struct sprite spri;
\r
vrl1_vgax_offset_t * off, *off1;
\r
struct vrs_container vrs;
\r
@@
-47,7
+46,6
@@
void main() {
uint32_t vrl_size;
\r
int num_of_vrl;
\r
struct vrl1_vgax_header huge *curr_vrl;
\r
- struct vrl_container *vrl;
\r
word w=0;
\r
\r
gvar.mm.mmstarted=0;
\r