Quick fixes

This commit is contained in:
Agent X 2023-12-18 17:00:31 -05:00
parent ffe177a50b
commit 4a05debccd
3 changed files with 6 additions and 3 deletions

3
.gitattributes vendored
View File

@ -25,3 +25,6 @@
*.png binary
*.aiff binary
*.ico binary
*.mp3 binary
*.lvl binary
*.tex binary

View File

@ -8,7 +8,7 @@ Run `./extract_assets.py --clean && make clean` or `make distclean` to clear ROM
[Instructions on how to play are available on the wiki.](https://github.com/djoslin0/sm64ex-coop/wiki/How-to-Play)
- The easiest way to play is by using [coopdx-patcher](https://github.com/coop-compiler/coop-compiler/releases/latest/download/coop-compiler.exe)
- The easiest way to play is by using [coopdx-patcher](https://github.com/coop-deluxe/coopdx-patcher/releases/latest/download/coopdx-patcher.exe)
## Goal (accomplished)
Create a mod for the PC port where multiple people can play together online.

View File

@ -745,7 +745,7 @@ void PrintError(const char *aFmt, Args... aArgs) {
printf(aFmt, aArgs...);
printf("\r\n");
fflush(stdout);
PrintConsole(aFmt, CONSOLE_MESSAGE_ERROR, aArgs...);
// PrintConsole(aFmt, CONSOLE_MESSAGE_ERROR, aArgs...);
}
#define PrintDataError(...) { \
if (aGfxData->mErrorCount == 0) Print(" ERROR!"); \