Replaced _stricmp in previous commit with strcmp.

Minor edits to some code.
This commit is contained in:
NovaRain
2019-12-16 15:31:50 +08:00
parent 7ed8dd286c
commit cb9f759d71
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ static void __fastcall game_init_databases_hook1() {
fo::PathNode* node = fo::var::paths;
while (node->next) {
if (!_stricmp(node->path, masterPatch)) break;
if (!strcmp(node->path, masterPatch)) break;
node = node->next;
}
fo::var::master_db_handle = node; // set pointer to master_patches node