Fix OpenSim compilation of [AV]root-RLV

This commit is contained in:
Sei Lisa 2017-12-15 02:26:29 +01:00 committed by Sei-Lisa
parent a32c8496ba
commit 467cbf8b6b

View file

@ -364,7 +364,7 @@ new_controller(key id)
CONTROLLER = id;
controllerName = llKey2Name(CONTROLLER);
llListenRemove(menu_handle);
menu_handle = llListen(menu_channel = ((integer)llFrand(0x7FFFFF80) + 1) * -1, "", CONTROLLER, ""); // 7FFFFF80 = max float < 2^31
menu_handle = llListen((menu_channel = ((integer)llFrand(0x7FFFFF80) + 1) * -1), "", CONTROLLER, ""); // 7FFFFF80 = max float < 2^31
}
no_sensor_results()