Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EVA_InsufficientFunds to GameStrings.h #4

Open
FS-21 opened this issue Sep 9, 2023 · 1 comment
Open

Add EVA_InsufficientFunds to GameStrings.h #4

FS-21 opened this issue Sep 9, 2023 · 1 comment

Comments

@FS-21
Copy link

FS-21 commented Sep 9, 2023

From:

// EVA entry names
GAMEMD_STRING(EVA_StructureSold , 0x819030u);
GAMEMD_STRING(EVA_UnitSold , 0x822630u);
GAMEMD_STRING(EVA_OreMinerUnderAttack, 0x824784u);
GAMEMD_STRING(EVA_CannotDeployHere , 0x82012Cu);
GAMEMD_STRING(EVA_UnitReady , 0x8249A0u);

To:
GAMEMD_STRING(EVA_StructureSold , 0x819030u);
GAMEMD_STRING(EVA_InsufficientFunds , 0x819044u);
GAMEMD_STRING(EVA_UnitSold , 0x822630u);
GAMEMD_STRING(EVA_OreMinerUnderAttack, 0x824784u);
GAMEMD_STRING(EVA_CannotDeployHere , 0x82012Cu);
GAMEMD_STRING(EVA_UnitReady , 0x8249A0u);

@FS-21
Copy link
Author

FS-21 commented Sep 9, 2023

Here in YRpp I can't create pull requests like in Phobos :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant