MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isDemo

Method isDemo

Source/Version.hpp:177–184  ·  view source on GitHub ↗

* Is this version a demo? * * NOTE: The PC-Format version is not considered a demo, as it is very close to the dos retail */

Source from the content-addressed store, hash-verified

175 * NOTE: The PC-Format version is not considered a demo, as it is very close to the dos retail
176 */
177 bool isDemo() const {
178 return mRelease == eRelease::AmigaXMAS ||
179 mRelease == eRelease::AmigaPower ||
180 mRelease == eRelease::AmigaTheOne ||
181 mRelease == eRelease::AmigaAction ||
182 mRelease == eRelease::AmigaNotVeryFestive ||
183 mRelease == eRelease::AmigaAlienLevels;
184 }
185
186 bool isCoverDisk() const {
187

Callers 12

WindowTitleSetMethod · 0.80
Briefing_Show_ReadyMethod · 0.80
GameOverCheckMethod · 0.80
Briefing_ShowMethod · 0.80
Mission_LoopMethod · 0.80
Recruit_LoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected