diff options
| author | RealBadAngel <mk@realbadangel.pl> | 2012-11-08 19:22:37 +0100 |
|---|---|---|
| committer | RealBadAngel <mk@realbadangel.pl> | 2012-11-08 19:22:37 +0100 |
| commit | 8e5167d72622dec428477a7fff529b7dbc974106 (patch) | |
| tree | 6568a01790c0ecb5c7e4e93c182245e14b293e75 /src/guiFormSpecMenu.h | |
| parent | 8c3ffa3907dae0c16bfe63965ed6380c7e89df84 (diff) | |
| download | minetest-8e5167d72622dec428477a7fff529b7dbc974106.tar.xz | |
Adding background to Formspec
Diffstat (limited to 'src/guiFormSpecMenu.h')
| -rw-r--r-- | src/guiFormSpecMenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiFormSpecMenu.h b/src/guiFormSpecMenu.h index 5c01bdcd2..890b54d61 100644 --- a/src/guiFormSpecMenu.h +++ b/src/guiFormSpecMenu.h @@ -206,6 +206,7 @@ protected: TextDest *m_text_dst; core::array<ListDrawSpec> m_inventorylists; + core::array<ImageDrawSpec> m_backgrounds; core::array<ImageDrawSpec> m_images; core::array<FieldSpec> m_fields; |
