Home
last modified time | relevance | path

Searched refs:game_type_string (Results 1 – 2 of 2) sorted by relevance

/dports/games/tali/tali-40.4/src/
H A Dgyahtzee.c91 static gchar *game_type_string = NULL; variable
104 {"game", 'g', 0, G_OPTION_ARG_STRING, &game_type_string,
935 if (game_type_string) in main()
936 game_type = game_type_from_string (game_type_string); in main()
987 if (game_type_string) in main()
988 game_type = game_type_from_string (game_type_string); in main()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_main.cpp6523 std::string game_type_string; in get_score_file_name() local
6527 game_type_string = "aog_sw"; in get_score_file_name()
6533 game_type_string = "aog_full"; in get_score_file_name()
6537 game_type_string = "ps"; in get_score_file_name()
6544 file_name = "bstone_" + game_type_string + "_high_scores"; in get_score_file_name()