(svn r14215) -Cleanup (r13866): Strange line wrapping...
authorpeter1138
Mon, 01 Sep 2008 08:57:33 +0000
changeset 10053 4df9e8656293
parent 10052 f946c7632df2
child 10054 69258fa808b7
(svn r14215) -Cleanup (r13866): Strange line wrapping...
src/signs_gui.cpp
--- a/src/signs_gui.cpp	Sun Aug 31 23:12:57 2008 +0000
+++ b/src/signs_gui.cpp	Mon Sep 01 08:57:33 2008 +0000
@@ -241,8 +241,7 @@
 				this->SortSignsList();
 
 				/* By default pick the last entry */
-				const Sign *si = this->signs[this->signs.Length(
-				) - 1];
+				const Sign *si = this->signs[this->signs.Length() - 1];
 
 				for (uint i = 1; i < this->signs.Length(); i++) {
 					if (this->cur_sign == this->signs[i]->index) {
@@ -265,8 +264,7 @@
 				this->SortSignsList();
 
 				/* By default pick the last entry */
-				const Sign *si = this->signs[this->signs.Length(
-				) - 1];
+				const Sign *si = this->signs[this->signs.Length() - 1];
 
 				for (uint i = 0; i < this->signs.Length() - 1; i++) {
 					if (this->cur_sign == this->signs[i]->index) {