From 87bc8b43600937a3d83cbdf8345e23a484755e3a Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 2 Jun 2008 01:50:47 +0000 Subject: [FIX] Modified Rules a bit [FIX] Updated Rules widget to match up with Rules [FIX] Reorganized the Rules widget [FIX] Using KStandardDirs rather than hardcoded ones [FIX] Cleaned up some minor things with KListWidgets git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@188 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Map.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pokemod/Map.cpp') diff --git a/pokemod/Map.cpp b/pokemod/Map.cpp index 8c388861..5979a045 100644 --- a/pokemod/Map.cpp +++ b/pokemod/Map.cpp @@ -63,7 +63,6 @@ Map::~Map() void Map::validate() { - // TODO: validate that every tile that can have a wild encounter has a list to go along with it if (m_name.isEmpty()) emit(error("Name is empty")); TEST(setFlyWarp, flyWarp); -- cgit