Revision e797a95...

Go back to digest for 16th December 2012

Bug Fixes in Games

Jaime Torres Amate committed changes in [knavalbattle] src/networkentity.cpp:

avoid crashes when non understood messages arrives from the network

when the received message is not understood, a MessagePtr() is
returned. There was no handle for a null Message (therefore, the crash)
Doing nothing with a null message, the crash is gone.
Should be in 4.9.5 and 4.10.

REVIEW: 107554

File Changes

Modified 1 files
  • src/networkentity.cpp
1 files changed in total