• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wwww


Commit MetaInfo

Révisionc60a37b1fcd07f11b76d699e20c5d203e6636bd0 (tree)
l'heure2016-05-07 02:11:07
Auteursparky4 <sparky4@cock...>
Commitersparky4

Message de Log

ww

Change Summary

Modification

Binary files a/pcx2vrl and b/pcx2vrl differ
Binary files a/pcxsscut and b/pcxsscut differ
--- a/src/lib/modex16.c
+++ b/src/lib/modex16.c
@@ -155,7 +155,6 @@ void modexEnter(sword vq, boolean cmem, global_game_variables_t *gv)
155155 //TODO MAKE FLEXIBLE~
156156 // gv->video.page[0].tilemidposscreenx = gv->video.page[0].tilesw;
157157 // gv->video.page[0].tilemidposscreeny = (gv->video.page[0].tilesh/2)+1;
158- gv->video.num_of_pages=0;
159158 }
160159
161160 void
@@ -249,6 +248,7 @@ void modexCalcVmemRemain(video_t *video)
249248 void modexHiganbanaPageSetup(video_t *video)
250249 {
251250 video->vmem_remain=262144L;
251+ video->num_of_pages=0;
252252 (video->page[0]) = modexDefaultPage(&(video->page[0])); video->num_of_pages++;
253253 //video->page[0].width += (TILEWHD); video->page[0].height += (TILEWHD);
254254 (video->page[1]) = modexNextPage(&(video->page[0])); video->num_of_pages++;
--- a/src/lib/typdefst.h
+++ b/src/lib/typdefst.h
@@ -72,12 +72,12 @@ typedef struct {
7272 word dy; /* row we are viewing on the virtual screen */
7373 word sw; /* screen width */
7474 word sh; /* screen heigth */
75- word tilesw; /* screen width in tiles */
76- word tilesh; /* screen height in tiles */
75+ word tw; /* screen width in tiles */
76+ word th; /* screen height in tiles */
7777 word width; /* virtual width of the page */
7878 word height; /* virtual height of the page */
79- word tw;
80- word th;
79+ word tilesw; /* virtual screen width in tiles */
80+ word tilesh; /* virtual screen height in tiles */
8181 sword tilemidposscreenx; /* middle tile position */
8282 sword tilemidposscreeny; /* middle tile position */
8383 sword tileplayerposscreenx; /* player position on screen */
Binary files a/vrl2vrs and b/vrl2vrs differ
Binary files a/vrsdump and b/vrsdump differ