Skip to content

Fix compiling without fasthack#8

Open
MandyIGuess wants to merge 1 commit into
Newer-Team:cwfrom
MandyIGuess:cw
Open

Fix compiling without fasthack#8
MandyIGuess wants to merge 1 commit into
Newer-Team:cwfrom
MandyIGuess:cw

Conversation

@MandyIGuess

Copy link
Copy Markdown

By default, makeGame.py enables the fast-hack feature, which combines all C++ code into a single file to be compiled. However, due to various undefined variables and other issues, the code is unable to be compiled with fast-hack off. Furthermore, when fast-hack is enabled, the term "time" cannot be used in any code after levelSpecial.cpp, as it is never undefined.

This PR fixes all of the issues that are "fixed" by fast-hack being enabled (as well at the "time" issue), so now Newer (and any specials that were broken) can now be successfully compiled both with and without it.

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 this pull request may close these issues.

1 participant