Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxanne committed Jan 31, 2024
1 parent 13f06d3 commit 96cc6f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/Modules/ConfigStrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ namespace Components
const auto R_RegisterModel = 0x50FA00;

index = index - EXTRA_MODELCACHE_FIRST + ModelCache::BASE_GMODEL_COUNT;

const auto test = ModelCache::gameModels_reallocated[index];

ModelCache::gameModels_reallocated[index] = Utils::Hook::Call<Game::XModel*(const char*)>(R_RegisterModel)(name);
}
else
Expand Down

0 comments on commit 96cc6f2

Please sign in to comment.