Search found 1 match

by Siegfre
29 May 2016, 20:59
Forum: SFS2X C++ API
Topic: SetUserPositionRequest
Replies: 2
Views: 9395

SetUserPositionRequest

I believe there is a small issue in "SetUserPositionRequest.cpp" Line 64: if (dynamic_cast<MMORoom*>(room.get()) != NULL) errors->push_back("Selected Room is not an MMORoom"); should be Line 64: if (dynamic_cast<MMORoom*>(room.get()) == NULL) errors->push_back("Selected Room...

Go to advanced search