projects
/
16.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66cb9c9
)
modified: scroll.exe
author
sparky4
<sparky4@cock.li>
Mon, 1 Dec 2014 16:57:29 +0000
(10:57 -0600)
committer
sparky4
<sparky4@cock.li>
Mon, 1 Dec 2014 16:57:29 +0000
(10:57 -0600)
modified: src/scroll.c
scroll.exe
patch
|
blob
|
history
src/scroll.c
patch
|
blob
|
history
diff --git
a/scroll.exe
b/scroll.exe
index 7532e8269cf8be69557c74259935f698c5a4c9cb..ff8cfbad3dfa2296a70ee7917ed47b41d8d29b6f 100644
(file)
Binary files a/scroll.exe and b/scroll.exe differ
diff --git
a/src/scroll.c
b/src/scroll.c
index 99cf8e6a4cbcbc123767b681cf56c1261f16e2d4..bf2f41436bd8a80b863a98da3deb1fc841775c86 100644
(file)
--- a/
src/scroll.c
+++ b/
src/scroll.c
@@
-544,7
+544,7
@@
mapDrawRow(map_view_t *mv, int tx, int ty, word y, word poopoffset) {
word x;
int i;
poopoffset%=SPEED;
-printf("y: %d\n", poopoffset);
+
//
printf("y: %d\n", poopoffset);
/* the position within the map array */
i=ty * mv->map->width + tx;
for(x=poopoffset; x<(SCREEN_WIDTH+mv->dxThresh)/(poopoffset+1) && tx < mv->map->width; x+=mv->map->tiles->tileWidth, tx++) {
@@
-562,7
+562,7
@@
mapDrawCol(map_view_t *mv, int tx, int ty, word x, word poopoffset) {
int y;
int i;
poopoffset%=SPEED;
-printf("x: %d\n", poopoffset);
+
//
printf("x: %d\n", poopoffset);
/* location in the map array */
i=ty * mv->map->width + tx;