ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.115 by root, Sat Nov 17 23:40:01 2018 UTC vs.
Revision 1.116 by root, Wed Dec 5 19:03:26 2018 UTC

319 if ((var)->ob->map == (mapp)) 319 if ((var)->ob->map == (mapp))
320 320
321inline void 321inline void
322object::statusmsg (const_utf8_string msg, int color) 322object::statusmsg (const_utf8_string msg, int color)
323{ 323{
324 if (expect_true (contr)) contr->statusmsg (msg, color); 324 if (ecb_expect_true (contr)) contr->statusmsg (msg, color);
325} 325}
326 326
327inline void 327inline void
328object::failmsg (const_utf8_string msg, int color) 328object::failmsg (const_utf8_string msg, int color)
329{ 329{
330 if (expect_true (contr)) contr->failmsg (msg, color); 330 if (ecb_expect_true (contr)) contr->failmsg (msg, color);
331} 331}
332 332
333#endif 333#endif
334 334

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines