GrowtopiaNoobs / Growtopia_ItemsDecoder

Decoder of file items.dat which can be found in Growtopia
MIT License
23 stars 21 forks source link

Update items_decoder.cpp #26

Open TimothyRT opened 3 years ago

TimothyRT commented 3 years ago

Keyword happens to be case-sensitive; preventing an 'IF was not declared in this scope' error when compiling.

GuckTubeYT commented 3 years ago

Oh sorry, i forgot to change If to if, but it will effect on build? Like error

TimothyRT commented 3 years ago

Oh sorry, i forgot to change If to if, but it will effect on build? Like error

Yeah, I got an error with this the other day; looked it up and found that it was some case-sensitivity issue. Wouldn't have bothered creating a GitHub account if I hadn't encountered any problem, haha.

GuckTubeYT commented 3 years ago

Oh sorry, i forgot to change If to if, but it will effect on build? Like error

Yeah, I got an error with this the other day; looked it up and found that it was some case-sensitivity issue. Wouldn't have bothered creating a GitHub account if I hadn't encountered any problem, haha.

Ohh