Home
last modified time | relevance | path

Searched refs:heVersion (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/scumm/
H A Ddescumm6.cpp4751 if (g_options.heVersion) in next_line_V67()
4757 if (g_options.heVersion) in next_line_V67()
4954 if (g_options.heVersion) in next_line_V67()
4960 if (g_options.heVersion) in next_line_V67()
5016 if (g_options.heVersion) in next_line_V67()
5053 if (g_options.heVersion) in next_line_V67()
5127 if (g_options.heVersion) in next_line_V67()
5237 if (g_options.heVersion) in next_line_V67()
5266 if (g_options.heVersion) in next_line_V67()
5272 if (g_options.heVersion) in next_line_V67()
[all …]
H A Ddescumm-tool.cpp209 g_options.heVersion = atoi(s + 1); in parseCommandLine()
404 if (g_options.heVersion >= 100) in main()
406 else if (g_options.heVersion >= 72) in main()
H A Ddescumm.h131 byte heVersion; member