]> 4ch.mooo.com Git - 16.git/commitdiff
====i made a quick and dirty fix to the video issue wwww====
authorsparky4 <sparky4@cock.li>
Mon, 6 Jun 2016 16:49:16 +0000 (11:49 -0500)
committersparky4 <sparky4@cock.li>
Mon, 6 Jun 2016 16:49:16 +0000 (11:49 -0500)
pcx2vrl [new file with mode: 0755]
pcxsscut [new file with mode: 0755]
src/lib/scroll16.c
vrl2vrs [new file with mode: 0755]
vrsdump [new file with mode: 0755]

diff --git a/pcx2vrl b/pcx2vrl
new file mode 100755 (executable)
index 0000000..3d9ac6e
Binary files /dev/null and b/pcx2vrl differ
diff --git a/pcxsscut b/pcxsscut
new file mode 100755 (executable)
index 0000000..d743ac3
Binary files /dev/null and b/pcxsscut differ
index fdabf00e3f825921108d07231d28a929f8731119..d00a504dfaf9dfe52083ed46c640aea73a01c68e 100755 (executable)
@@ -46,7 +46,7 @@ void walk(map_view_t *pip, player_t *player, word pn)
                                        animatePlayer(pip, player, pn, 1);
                                        if(!pageflipflop) mapScrollRight(pip, player, !(pip[0].video->p), pn); else{
                                        mapScrollRight(pip, player, 0, pn);
-                                       //mapScrollRight(pip, player, 1, pn);
+                                       mapScrollRight(pip, player, 1, pn);
                                        ScrollRight(pip, player, 2, pn);
                                        ScrollRight(pip, player, 3, pn); }
                                        if(!pageflipflop) modexShowPage(pip[1].page);
diff --git a/vrl2vrs b/vrl2vrs
new file mode 100755 (executable)
index 0000000..acdd4bd
Binary files /dev/null and b/vrl2vrs differ
diff --git a/vrsdump b/vrsdump
new file mode 100755 (executable)
index 0000000..8ba0497
Binary files /dev/null and b/vrsdump differ