Some corrections to lpxclient code
This commit is contained in:
@@ -165,8 +165,8 @@ void DrivenEngine::set_console_prompt(const eng::string &prompt) {
|
||||
console_prompt_ = prompt;
|
||||
}
|
||||
|
||||
void DrivenEngine::rescan_lua_source() {
|
||||
rescan_lua_source_ = true;
|
||||
void DrivenEngine::rescan_lua_source(bool b) {
|
||||
rescan_lua_source_ = b;
|
||||
}
|
||||
|
||||
void DrivenEngine::set_visible_world_and_actor(World *w, int64_t id) {
|
||||
|
||||
Reference in New Issue
Block a user