summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 01:41:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 01:41:45 +0000
commit028b5562912b8daa5124bfb801874151241b8f2a (patch)
treed55119c99bd1e9d7ef2fba50b1edd7ce6b16e24b /crawl-ref/source/state.h
parent714a1818fbda913018df4c28c03e7dc563150942 (diff)
downloadcrawl-ref-028b5562912b8daa5124bfb801874151241b8f2a.tar.gz
crawl-ref-028b5562912b8daa5124bfb801874151241b8f2a.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5682 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index cd572ed865..50a0cd497f 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -32,11 +32,11 @@ public:
struct game_state
{
bool mouse_enabled; // True if mouse input is currently relevant.
-
+
bool waiting_for_command; // True when the game is waiting for a command.
bool terminal_resized; // True if the term was resized and we need to
// take action to handle it.
-
+
bool io_inited; // Is curses or the equivalent initialised?
bool need_save; // Set to true when game has started.
bool saving_game; // Set to true while in save_game.
@@ -45,7 +45,7 @@ struct game_state
int seen_hups; // Set to true if SIGHUP received.
bool map_stat_gen; // Set if we're generating stats on maps.
-
+
bool unicode_ok; // Is unicode support available?
std::string (*glyph2strfn)(unsigned glyph);
@@ -67,7 +67,7 @@ struct game_state
bool cmd_repeat_started_unsafe;
std::vector<std::string> startup_errors;
-
+
std::vector<std::string> input_line_strs;
unsigned int input_line_curr;
@@ -85,7 +85,7 @@ public:
void add_startup_error(const std::string &error);
void show_startup_errors();
-
+
bool is_replaying_keys() const;
bool is_repeating_cmd() const;