X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.h;h=e9cba2adcd9fd6954bcbd7d15c6d32ced145c410;hb=a6dac9aacc0353763dc564afda8b57848afc3e0b;hp=5206da5a816702c90d69eef420d2f3ce3b36b7a2;hpb=0d74366bee7e966aebb95eaaef4f11b088b5d02f;p=16.git diff --git a/src/lib/16_tail.h b/src/lib/16_tail.h index 5206da5a..e9cba2ad 100755 --- a/src/lib/16_tail.h +++ b/src/lib/16_tail.h @@ -33,6 +33,9 @@ #define FUNCTIONKEYFUNCTIONS \ if(IN_KeyDown(sc_F6)){ modexShowPage(&gvar.video.page[0]); IN_UserInput(1,1); } \ if(IN_KeyDown(sc_F7)){ modexShowPage_(&gvar.video.page[0]); IN_UserInput(1,1); } +#define FUNCTIONKEYFUNCTIONS0EXE \ + if(IN_KeyDown(sc_F6)){ modexShowPage(&gvar.video.page[pan.pn]); IN_UserInput(1,1); } \ + if(IN_KeyDown(sc_F7)){ modexShowPage_(&gvar.video.page[pan.pn]); IN_UserInput(1,1); } void DebugMemory_(global_game_variables_t *gvar, boolean q); void Shutdown16(global_game_variables_t *gvar);