mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +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::BuildType() { return PRODUCT_BUILD_TYPE; }
|
||||
|
||||
uint32_t plProduct::BranchId()
|
||||
{
|
||||
#ifndef PATCHER
|
||||
return PRODUCT_BRANCH_ID;
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
uint32_t plProduct::BranchId() { return PRODUCT_BRANCH_ID; }
|
||||
|
||||
plString plProduct::CoreName()
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
*==LICENSE==*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
class plString;
|
||||
|
||||
|
Reference in New Issue
Block a user