Changeset 490 for branches/juciphox/core/luascript.c
- Timestamp:
- 08/21/08 07:17:23 (5 years ago)
- File:
-
- 1 edited
-
branches/juciphox/core/luascript.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/juciphox/core/luascript.c
r489 r490 478 478 479 479 if lua_isboolean( L, 1 ) script_print_screen_statement( lua_toboolean( L, 1 ) ); 480 else script_print_screen_statement( luaL_checknumber( L, 1 ) );480 else script_print_screen_statement( luaL_checknumber( L, 1 )+10000 ); 481 481 return 0; 482 482 }
Note: See TracChangeset
for help on using the changeset viewer.