From 379c0e936e090a19d295d8514cf94b4fb367eae6 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 2 Sep 2006 12:03:22 +0000 Subject: Decorrelated moving object IDs from character database IDs. Switched to short IDs instead. --- src/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller.cpp') diff --git a/src/controller.cpp b/src/controller.cpp index 17f15017..a73b7a5f 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -60,7 +60,7 @@ void Controller::update() unsigned int randomY = rand() % 320 + 840; LOG_INFO("Setting new random destination " << randomX << "," - << randomY << " for being " << mBeing->getID(), 2); + << randomY << " for being " << mBeing->getPublicID(), 2); mBeing->setDestination(randomX, randomY); } -- cgit v1.2.3-70-g09d2