(svn r25570) -Add: cache for ParagraphLayouts.

This commit is contained in:
frosch
2013-07-06 19:00:33 +00:00
parent 4824cb7886
commit d0eff986be
3 changed files with 145 additions and 42 deletions

View File

@@ -61,6 +61,7 @@
#include "game/game_config.hpp"
#include "town.h"
#include "subsidy_func.h"
#include "gfx_layout.h"
#include "linkgraph/linkgraphschedule.h"
@@ -1318,6 +1319,8 @@ void StateGameLoop()
ClearStorageChanges(false);
Layouter::ReduceLineCache();
if (_game_mode == GM_EDITOR) {
RunTileLoop();
CallVehicleTicks();