graph: do not spam about problem
nav: tweaked stuck values and timers
This commit is contained in:
parent
e820527703
commit
9b80517eda
5 changed files with 17 additions and 4 deletions
|
|
@ -85,7 +85,11 @@ template <typename U> bool BotStorage::load (SmallArray <U> &data, ExtenHeader *
|
|||
if (tryReload ()) {
|
||||
return true;
|
||||
}
|
||||
return error (isGraph, isDebug, file, "Unable to open %s file for reading (filename: '%s').", type.name, filename);
|
||||
|
||||
if (game.isDeveloperMode ()) {
|
||||
return error (isGraph, isDebug, file, "Unable to open %s file for reading (filename: '%s').", type.name, filename);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// read the header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue