(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.

This commit is contained in:
rubidium
2008-04-13 19:25:14 +00:00
parent 04138ddffc
commit 9a73b698d4
8 changed files with 115 additions and 85 deletions

View File

@@ -24,7 +24,7 @@
#include "texteff.hpp"
#include "string_func.h"
#include "gfx_func.h"
#include "core/alloc_func.hpp"
#include "core/alloc_type.hpp"
#include "table/strings.h"
#include "table/sprites.h"