X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=488e838e8c4b82650edbcd48caee246420f1c6d8;hp=de973c7316d69a9516a58c8bd505d6e5e069fe07;hb=85019a08c195ac31e548b0549053fbc9f71b427f;hpb=3ea7bc006da99f1b13d817285820023b30ce2e38 diff --git a/src/libgame/system.c b/src/libgame/system.c index de973c73..488e838e 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -30,6 +30,7 @@ struct ProgramInfo program; struct NetworkInfo network; +struct RuntimeInfo runtime; struct OptionInfo options; struct VideoSystemInfo video; struct AudioSystemInfo audio; @@ -114,6 +115,11 @@ void InitNetworkInfo(boolean enabled, boolean connected, boolean serveronly, network.server_port = server_port; } +void InitRuntimeInfo() +{ + runtime.uses_touch_device = FALSE; +} + void InitScoresInfo(void) { char *global_scores_dir = getPath2(getCommonDataDir(), SCORES_DIRECTORY);