r67 - trunk/src
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Oct 2 18:24:33 EDT 2004
Author: jonas
Date: 2004-10-02 18:24:32 -0400 (Sat, 02 Oct 2004)
New Revision: 67
Modified:
trunk/src/objectpools.cpp
Log:
10l
Modified: trunk/src/objectpools.cpp
===================================================================
--- trunk/src/objectpools.cpp 2004-10-02 22:14:51 UTC (rev 66)
+++ trunk/src/objectpools.cpp 2004-10-02 22:24:32 UTC (rev 67)
@@ -32,7 +32,7 @@
while (i!=objectspool.end()) i=removeObject(i);
}
-Object* ObjectsPool::addObjectbyName(const string& obj, const string& image, Uint16 x, Uint16 y, const string& arg1, const string& arg2, const string& arg3) {
+Object* ObjectsPool::addObjectbyName(const string& obj, const string& image, Sint16 x, Sint16 y, const string& arg1, const string& arg2, const string& arg3) {
//Set names...
string name=obj;
if (arg1!="0") {
More information about the lostpenguins-commits
mailing list