Sei Lisa
fc7abc7d99
Fix bug broken by 562154e7aa.
Referencing a global that was optimized out, caused a crash.
```
integer DEBUG = 1;
default
{
state_entry()
{
if (DEBUG) llOwnerSay("DEBUG");
}
}
```
2015-03-13 16:49:31 +01:00
..
2014-07-26 02:43:44 +02:00
2015-03-05 23:18:41 +01:00
2015-03-05 23:18:41 +01:00
2015-03-13 16:49:31 +01:00
2015-03-05 23:18:41 +01:00
2015-03-13 06:38:35 +01:00
2015-03-05 23:18:41 +01:00
2015-03-05 23:18:41 +01:00
2015-03-06 23:26:58 +01:00
2015-03-13 06:38:35 +01:00
2015-03-13 16:43:35 +01:00
2015-03-07 14:51:51 +01:00