Home
last modified time | relevance | path

Searched refs:ERR_NET_PLAYER_NOT_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dsocket_msg.h83 #define ERR_NET_PLAYER_NOT_ACTIVE 117 macro
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/startwindow/
H A Dstartwindowimpl.cpp931 case ERR_NET_PLAYER_NOT_ACTIVE: { in networkError()
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dservergamestate.cpp1039 throw ServerException(__FILE__, __LINE__, ERR_NET_PLAYER_NOT_ACTIVE, 0); in EngineLoop()