summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index a58cd3d9..f71f9d2c 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -643,6 +643,9 @@ int main(int argc, char *argv[])
std::cout << "Intelligence: " << int(msg.readShort()) << ", ";
std::cout << "Dexterity: " << int(msg.readShort()) << ", ";
std::cout << "Luck: " << int(msg.readShort()) << ". "
+ << std::endl;
+ std::cout << "Current Map: " << msg.readString() << " (X:";
+ std::cout << int(msg.readShort()) << ", Y:" << int(msg.readShort()) << ")."
<< std::endl << std::endl;
}
break;