X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fvgmtest.c;h=2760ac0da95d46d8219b6404ab206cf534321767;hb=6abb6ddef2f5860213065998a305a574704f6296;hp=a4e5f7270496ba96597c2ff085cd30fb07a532a8;hpb=1b00b653e5ec0033f361a98043e5eb0d1ce16011;p=16.git diff --git a/src/vgmtest.c b/src/vgmtest.c index a4e5f727..2760ac0d 100755 --- a/src/vgmtest.c +++ b/src/vgmtest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -48,14 +48,14 @@ 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; bakapee = malloc(64); if(argv[1]) bakapee = argv[1]; - else bakapee = "data/0.vgm"; + else bakapee = "data/adlib.vgm"; printf("%x\n", OpenVGMFile(bakapee, &pee[0])); IN_Startup(); IN_Default(0,&player,ctrl_Joystick); @@ -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();