(svn r27060) -Doc: Remove obsolete comment (64KB LUT would be 8GB with current limits)

This commit is contained in:
peter1138 2014-11-11 11:50:04 +00:00
parent bc371a2d9e
commit 759e963083
1 changed files with 0 additions and 5 deletions

View File

@ -56,11 +56,6 @@ const SpriteGroup *GetWagonOverrideSpriteSet(EngineID engine, CargoID cargo, Eng
{
const Engine *e = Engine::Get(engine);
/* XXX: This could turn out to be a timesink on profiles. We could
* always just dedicate 65535 bytes for an [engine][train] trampoline
* for O(1). Or O(logMlogN) and searching binary tree or smt. like
* that. --pasky */
for (uint i = 0; i < e->overrides_count; i++) {
const WagonOverride *wo = &e->overrides[i];