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

Hardcoded information in source-code #5

Open
JayFoxRox opened this issue Aug 6, 2020 · 1 comment
Open

Hardcoded information in source-code #5

JayFoxRox opened this issue Aug 6, 2020 · 1 comment

Comments

@JayFoxRox
Copy link

JayFoxRox commented Aug 6, 2020

There is some problematic code in:

FILE* file=fopen("/home/edward/.config/OpenRCT2/object/INTDSPN.DAT","w");

and

scenery.name.strings[LANGUAGE_ENGLISH_US]=malloc(strlen("Intamin double spine track")+1);
strcpy(scenery.name.strings[LANGUAGE_ENGLISH_US],"Intamin double spine track");

and

include_directories(libIsoRender/src libIsoRender/libImage/src /usr/local/Cellar/jansson/2.12/include)
link_directories(/usr/local/Cellar/jansson/2.12/lib/)

(Possibly other instances, too)

@X123M3-256
Copy link
Owner

scenery.c isn't even supposed to be in this repository, I will delete that. The reason for the hardcoded information in the CMake file is that I couldn't figure out how else to make it build on my Mac laptop, it works fine on my Linux machine without those lines.

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

2 participants