More OpenSim compilation fixes.
This commit is contained in:
parent
08263c921e
commit
dea6153fec
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ default {
|
|||
state permission {
|
||||
state_entry(){
|
||||
llSetTimerEvent(120);
|
||||
llListen(menu_channel=((integer)llFrand(0x7FFFFF80)+1)*-1,"","","");
|
||||
llListen((menu_channel=((integer)llFrand(0x7FFFFF80)+1)*-1),"","","");
|
||||
llDialog(llGetOwner(),product+" "+version+"\n\n"+disclaimer,["OK"],menu_channel);//RLV
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue