[Ante-cvs] SF.net SVN: ante: [486] trunk/ant/areas.cpp
Brought to you by:
roguestar191
|
From: <rog...@us...> - 2007-01-25 09:16:27
|
Revision: 486
http://svn.sourceforge.net/ante/?rev=486&view=rev
Author: roguestar191
Date: 2007-01-25 01:16:28 -0800 (Thu, 25 Jan 2007)
Log Message:
-----------
Removed unused cout
Modified Paths:
--------------
trunk/ant/areas.cpp
Modified: trunk/ant/areas.cpp
===================================================================
--- trunk/ant/areas.cpp 2007-01-25 08:41:50 UTC (rev 485)
+++ trunk/ant/areas.cpp 2007-01-25 09:16:28 UTC (rev 486)
@@ -68,7 +68,6 @@
};
bool Area::players() {
if(playerl.size() != 0) return true;
- std::cout << "Not in area list\n";
std::vector<Room *>::iterator iter = rooms.begin();
size_t size = rooms.size();
while(size != 0) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|