X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fvgmtest.c;h=2760ac0da95d46d8219b6404ab206cf534321767;hb=6abb6ddef2f5860213065998a305a574704f6296;hp=c3a3c176c7b1065d751bbc267ca695c3f643c323;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/vgmtest.c b/src/vgmtest.c index c3a3c176..2760ac0d 100755 --- a/src/vgmtest.c +++ b/src/vgmtest.c @@ -48,7 +48,7 @@ UINT8 OPL2_ReadStatus(void) void main(int argc, char *argv[]) { - global_game_variables_t gvar; + //++++global_game_variables_t gvar; VGM_FILE pee[9]; player_t player[MaxPlayers]; char *bakapee; @@ -64,7 +64,7 @@ main(int argc, char *argv[]) while(!IN_KeyDown(sc_Escape)) //while(!kbhit()) { - IN_ReadControl(0,&player); + IN_ReadControl(/*0,*/&player); UpdateSoundEngine(); } StopMusic();