Changed network timer back to signed int, and made it default to 0 again - SLiRP now works again.

This commit is contained in:
OBattler
2017-05-10 04:36:19 +02:00
parent b975839b41
commit 2e3ce399e2
2 changed files with 3 additions and 3 deletions

View File

@@ -255,8 +255,8 @@ nelog(int lvl, const char *fmt, ...)
vprintf(fmt, ap);
va_end(ap);
}
}
#endif
}
#define pclog nelog