summaryrefslogtreecommitdiffstats
path: root/labb5/src/Boggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'labb5/src/Boggle.h')
-rwxr-xr-xlabb5/src/Boggle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/labb5/src/Boggle.h b/labb5/src/Boggle.h
index 9e6e9cd..0082c2b 100755
--- a/labb5/src/Boggle.h
+++ b/labb5/src/Boggle.h
@@ -34,8 +34,8 @@ public:
bool find_single_word(const string& word) const;
string board_to_string() const;
- string user_words_to_string(int words_per_line = 3) const;
- string computer_words_to_string(int words_per_line = 3) const;
+ string user_words_to_string(int words_per_line = 8) const;
+ string computer_words_to_string(int words_per_line = 8) const;
void do_computer_turn();
int get_computer_words_size() const;