diff options
author | megamage <none@none> | 2008-11-12 16:21:08 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-12 16:21:08 -0600 |
commit | 379bc3682cd3c5635bac2f30165539d89102c0c4 (patch) | |
tree | f0fe34fc9500f1bd124147d0619802109db7441c /src/game/GridNotifiers.cpp | |
parent | e3a9de2d847ab1b3d643e36ac335e07b59d6e041 (diff) |
[svn] Fix a bug that players cannot hear others talking.
Provide script support for type 10 gameobject.
Add some missing script sql.
--HG--
branch : trunk
Diffstat (limited to 'src/game/GridNotifiers.cpp')
-rw-r--r-- | src/game/GridNotifiers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index 3c422542484..4b1f338f44d 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.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 */ #include "GridNotifiers.h" |