mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix issues from review
This commit is contained in:
@ -49,15 +49,7 @@ static_assert(PRODUCT_BRANCH_ID > 0, "Branch ID cannot be zero");
|
|||||||
|
|
||||||
uint32_t plProduct::BuildId() { return PRODUCT_BUILD_ID; }
|
uint32_t plProduct::BuildId() { return PRODUCT_BUILD_ID; }
|
||||||
uint32_t plProduct::BuildType() { return PRODUCT_BUILD_TYPE; }
|
uint32_t plProduct::BuildType() { return PRODUCT_BUILD_TYPE; }
|
||||||
|
uint32_t plProduct::BranchId() { return PRODUCT_BRANCH_ID; }
|
||||||
uint32_t plProduct::BranchId()
|
|
||||||
{
|
|
||||||
#ifndef PATCHER
|
|
||||||
return PRODUCT_BRANCH_ID;
|
|
||||||
#else
|
|
||||||
return 0;
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
plString plProduct::CoreName()
|
plString plProduct::CoreName()
|
||||||
{
|
{
|
||||||
|
@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
|
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
|
|
||||||
class plString;
|
class plString;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user