Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Clean up Suggestions#2

Open
drusellers wants to merge 5 commits intoguillaC:masterfrom
drusellers:clean-up
Open

Clean up Suggestions#2
drusellers wants to merge 5 commits intoguillaC:masterfrom
drusellers:clean-up

Conversation

@drusellers
Copy link
Copy Markdown

  • remove generated files
  • split classes out
  • move to use #ifdef
  • put level.txt back in with copy statements in csproj
  • remove unneeded array initializations

My guess is these were committed before your .gitignore
was put in place. :)
Because you declare the size of the array
and because you used the type int
each element will be set to the default type
of int which is 0

You can test this with

```
int i;
Console.WriteLine(i == 0);
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant