aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/he/moonbase/net_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/moonbase/net_main.cpp b/engines/scumm/he/moonbase/net_main.cpp
index 7095912224..ffbdd16ea3 100644
--- a/engines/scumm/he/moonbase/net_main.cpp
+++ b/engines/scumm/he/moonbase/net_main.cpp
@@ -118,8 +118,8 @@ int Net::removeUser() {
}
int Net::whoSentThis() {
- warning("STUB: Net::whoSentThis()"); // PN_WhoSentThis
- return 0;
+ debug(1, "Net::whoSentThis()"); // PN_WhoSentThis
+ return _packetdata->child("from")->asIntegerNumber();
}
int Net::whoAmI() {