From: sparky4 Date: Mon, 6 Jun 2016 16:49:16 +0000 (-0500) Subject: ====i made a quick and dirty fix to the video issue wwww==== X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=2ee229e90ea8dbb4d2cc83fb938ef62fa5fa9239;p=16.git ====i made a quick and dirty fix to the video issue wwww==== --- diff --git a/pcx2vrl b/pcx2vrl new file mode 100755 index 00000000..3d9ac6e6 Binary files /dev/null and b/pcx2vrl differ diff --git a/pcxsscut b/pcxsscut new file mode 100755 index 00000000..d743ac3b Binary files /dev/null and b/pcxsscut differ diff --git a/src/lib/scroll16.c b/src/lib/scroll16.c index fdabf00e..d00a504d 100755 --- a/src/lib/scroll16.c +++ b/src/lib/scroll16.c @@ -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 index 00000000..acdd4bda Binary files /dev/null and b/vrl2vrs differ diff --git a/vrsdump b/vrsdump new file mode 100755 index 00000000..8ba0497d Binary files /dev/null and b/vrsdump differ