X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fvgmtest.c;h=6ca69aa171500740207d82ab8d016364a5ab5884;hb=66631d5409667cc804fe7e8622342e9b7d5436b5;hp=2760ac0da95d46d8219b6404ab206cf534321767;hpb=de41863a916d793f03f7dba0d5a85bb8c325accc;p=16.git diff --git a/src/vgmtest.c b/src/vgmtest.c index 2760ac0d..6ca69aa1 100755 --- a/src/vgmtest.c +++ b/src/vgmtest.c @@ -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();