X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fxcroll.c;h=a73430af638dd49c16bd0104b838c3cdb9e31b90;hb=48a59b737b260f4ae17210137c19486d1cc42eb3;hp=3f097a3c66650b350489ecb1d53d3ccd35f37c95;hpb=5af1604f7af6c1d1ab94299bfe6a4195b203a323;p=16.git diff --git a/src/xcroll.c b/src/xcroll.c index 3f097a3c..a73430af 100755 --- a/src/xcroll.c +++ b/src/xcroll.c @@ -315,6 +315,7 @@ void main(int argc, char *argv[]) // if(gvar.in.inst->Keyboard[10]){ modexPalOverscan(rand()%56); modexPalUpdate(gvar.video.dpal); IN_UserInput(1, &gvar); } //#endif if(gvar.in.inst->Keyboard[sc_R]){ VL_modexPalOverscan(&gvar.video.palette, rand()%32); } //r + if(gvar.in.inst->Keyboard[sc_F]){ VL_SetPalette(&gamepal, &gvar.video); } //f //if((gvar.player[0].enti.q==1) && !(gvar.player[0].enti.x%TILEWH==0 && gvar.player[0].enti.y%TILEWH==0)) Quit (&gvar, "PLAYER OFF THE RAILS!");//break; //incase things go out of sync!