mirror of
https://github.com/halpz/re3.git
synced 2025-07-14 10:18:10 +00:00
some debug changes
This commit is contained in:
@ -126,8 +126,6 @@ GetModelFromName(const char *name)
|
||||
|
||||
for(i = 0; i < MODELINFOSIZE; i++){
|
||||
mi = CModelInfo::GetModelInfo(i);
|
||||
if (mi && strcmp("drink", mi->GetName()) == 0 && strcmp(name, "drink01") == 0)
|
||||
debug("TEST");
|
||||
if(mi && mi->GetRwObject() && RwObjectGetType(mi->GetRwObject()) == rpCLUMP &&
|
||||
strcmpIgnoringDigits(mi->GetName(), name))
|
||||
return mi;
|
||||
|
Reference in New Issue
Block a user