X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrtris;a=blobdiff_plain;f=src%2Fgame.c;h=d4a7fe3bf8e4f60aed794908ac15e55316b85c5d;hp=00f81cc6e670d995e1688a514a9b97dd95a5038c;hb=6ad6cf2cb2e82d8dcc1535a031a38eb991d2b396;hpb=49fdb2457dbb7705501264d519e840dd3ca60919 diff --git a/src/game.c b/src/game.c index 00f81cc..d4a7fe3 100644 --- a/src/game.c +++ b/src/game.c @@ -7,6 +7,8 @@ #include "osd.h" #include "opt.h" +#define DEFSCR "game" + static void calc_framerate(void); static void print_framerate(void); @@ -37,6 +39,7 @@ int game_init(int argc, char **argv) goatvr_startvr(); should_swap = goatvr_should_swap(); } + return 0; }