From a2cec54c9d880243617b16972528e305d743014d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 5 Apr 2007 07:49:04 +0000 Subject: (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. --- src/variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index fdbe131fa..97581628f 100644 --- a/src/variables.h +++ b/src/variables.h @@ -282,6 +282,7 @@ VARDEF bool _do_autosave; VARDEF int _autosave_ctr; VARDEF byte _display_opt; +VARDEF byte _transparent_opt; VARDEF int _caret_timer; VARDEF uint32 _news_display_opt; VARDEF bool _news_ticker_sound; -- cgit v1.2.3-54-g00ecf