X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F0.c;h=8734bb659ced166932ea17c4afb735a58dc3866c;hb=8ad7a17f27decec6ec66acecc80629c974544a0e;hp=2d55bcdfdddc3edbabe1432e1423531f9eb3ff23;hpb=62e514036d73a377dcbc7c8fb1e35807a972179a;p=16.git diff --git a/src/0.c b/src/0.c index 2d55bcdf..8734bb65 100755 --- a/src/0.c +++ b/src/0.c @@ -1,3 +1,25 @@ +/* Project 16 Source Code~ + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ + #include #include #include @@ -83,7 +105,7 @@ int main(int argc,char **argv) IN_Startup(); IN_Default(0,&player,ctrl_Keyboard1); - EN_initplayer(&player, 0); + EN_initplayer(&player, 0, &gvar.video); /* setup camera and screen~ */ modexHiganbanaPageSetup(&gvar.video);