diff options
Diffstat (limited to 'src/lights.c')
| -rw-r--r-- | src/lights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lights.c b/src/lights.c index 7131c99..bef40a5 100644 --- a/src/lights.c +++ b/src/lights.c @@ -179,7 +179,7 @@ int llightsGetLightColor( lua_State *L ) { Get light enabled -- Success return boolean +- Success return bool */ int llightsIsLightEnabled( lua_State *L ) { Light *light = uluaGetLight( L, 1 ); |
