mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-02 18:19:18 -04:00
uniform GameEngine_OTRSigCheck
This commit is contained in:
+1
-2
@@ -371,8 +371,7 @@ extern "C" uint32_t GameEngine_GetGameVersion() {
|
||||
|
||||
static const char* sOtrSignature = "__OTR__";
|
||||
|
||||
extern "C" uint8_t GameEngine_OTRSigCheck(const char* data) {
|
||||
static const char* sOtrSignaturea = "__OTR__";
|
||||
extern "C" bool GameEngine_OTRSigCheck(const char* data) {
|
||||
return strncmp(data, sOtrSignature, strlen(sOtrSignature)) == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user