Jump to content

Typo causing variable to be declared globally rather than locally (minor)


w00tyd00d
  • Pending

I found this little typo in the code of the "walrus_camp" prefab file. On line 133, the variable you're declaring is "DespaenedFromHaunt" instead of "DespawnedFromHaunt". This causes the function on line 148 in the same file to become global instead of remaining local to the walrus_camp prefab (also why it still "works" and doesn't crash the game).

It's nothing too serious as it's only a very small function, I just figured I'd let it be known :)


Steps to Reproduce
Open the "walrus_camp" prefab file, scroll to line 133.



User Feedback


There are no comments to display.



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...