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

Format issue #6

Open
zsoolt997 opened this issue Jan 23, 2023 · 1 comment · May be fixed by #12
Open

Format issue #6

zsoolt997 opened this issue Jan 23, 2023 · 1 comment · May be fixed by #12

Comments

@zsoolt997
Copy link

This should be formatted like this:

static gs_playerAtAtm[MAX_PLAYERS] = { INVALID_ATM_ID, ... },
       gs_atmEditorID[MAX_ATM] = { INVALID_PLAYER_ID, ... };

But actually formatted like this:

static gs_playerAtAtm[MAX_PLAYERS] = { INVALID_ATM_ID, ... },
                                     gs_atmEditorID[MAX_ATM] = { INVALID_PLAYER_ID, ... };
@byeugenius
Copy link

same issue

@vedran77 vedran77 linked a pull request Jan 9, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants