diff options
Diffstat (limited to 'src/net/tmwa/beinghandler.cpp')
-rw-r--r-- | src/net/tmwa/beinghandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index 33adb93b..b680a07c 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -280,6 +280,7 @@ void BeingHandler::handleMessage(MessageIn &msg) break; case SMSG_BEING_SPAWN: + // todo: store the spawn ID or play spawn sfx? /* * TODO: This packet might need handling in the future. */ |