1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

get rid of few more magic numbers (obj types)

+stub for wog objects
This commit is contained in:
alexvins
2012-12-24 15:07:30 +00:00
parent 889031a95a
commit 616cedb2f2
4 changed files with 153 additions and 104 deletions

View File

@ -208,7 +208,7 @@ int CObjectHandler::bankObjToIndex (const CGObjectInstance * obj)
case Obj::SHIPWRECK:
return 7;
default:
tlog2 << "Unrecognixed Bank indetifier!\n";
tlog2 << "Unrecognized Bank indetifier!\n";
return 0;
}
}