{ NULL, NULL },
}
},
+ {
+ "heaven:nogo", .subtitles = (const cs_subtitle[])
+ {
+ { "a1", KCOL_JESUS "Select a character & board first..!" },
+ { NULL, NULL },
+ }
+ },
/* HUB world */
{
ISteamNetworkingSockets *hSteamNetworkingSockets;
ISteamNetworkingUtils *hSteamNetworkingUtils;
+static void segvhandler( int signum )
+{
+ fflush(NULL);
+ abort();
+}
+
static void inthandler( int signum )
{
sig_stop = 3;
signal( SIGINT, inthandler );
signal( SIGQUIT, inthandler );
signal( SIGPIPE, SIG_IGN );
+ signal( SIGSEGV, segvhandler );
{
_vg_opt_init( argc, argv );