• 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

Revisionb361c338043499d7bb66f69027edea4ebe18f052 (tree)
Time2016-08-24 21:00:10
Authorsparky4 <sparky4@cock...>
Commitersparky4

Log Message

wwww polished vrstest.c

Change Summary

Incremental Difference

--- a/src/vrstest.c
+++ b/src/vrstest.c
@@ -52,6 +52,7 @@ void main() {
5252 struct vrl1_vgax_header huge *curr_vrl;
5353 struct vrl_container *vrl;
5454 int success;
55+ byte w=1;
5556
5657
5758
@@ -174,7 +175,15 @@ void main() {
174175
175176 while(!kbhit())
176177 {
177- modexPalUpdate0(pal);
178+ switch(w)
179+ {
180+ case 4:
181+ modexPalUpdate0(pal);
182+ w=1;
183+ default:
184+ w++;
185+ break;
186+ }
178187 }
179188 VGAmodeX(0, 1, &gvar);
180189 free(spri.sprite_vrl_cont);