diff options
author | megamage <none@none> | 2008-11-06 10:27:58 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-06 10:27:58 -0600 |
commit | 43910434c5eb2240dc4b4585ccbb5f95fa399d53 (patch) | |
tree | 3dd9f0bc0c9bdc5d6d3ab84585d9c2dea50cd2ef /src/trinityrealm/Main.cpp | |
parent | 5746d0e98d8a5c4af96102835d501c47ed370def (diff) |
[svn] Rewrite canSeeOrDetect function.
Minor change on trigger creatures.
Remove some unused hacks in scripts.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/Main.cpp')
-rw-r--r-- | src/trinityrealm/Main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index 1cd0d11a888..0e2f68f76c6 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -10,12 +10,12 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /// \addtogroup realmd Realm Daemon @@ -340,7 +340,6 @@ void UnhookSignals() #ifdef _WIN32 signal(SIGBREAK, 0); #endif - } /// @} |