Skip to content

[GEN] GameCommon.h doesn't define DUMP_PERF_STATS #571

Open
@tomsons26

Description

@tomsons26

Area(s) with this issue?

No response

Describe the issue

Gen has

#if defined(_INTERNAL) || defined(_DEBUG) || defined(_PLAYTEST)
	#define NO_DUMP_PERF_STATS
#else
	#define NO_DUMP_PERF_STATS
#endif

while ZH

#if defined(_INTERNAL) || defined(_DEBUG)
	#define DUMP_PERF_STATS
#else
	#define NO_DUMP_PERF_STATS
#endif

Steps to reproduce

.

Attachments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralsRelated Generals only

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions