Ignore:
Timestamp:
01/09/11 00:38:10 (2 years ago)
Author:
reyalP
Message:

script key handling rework from ultima in http://chdk.setepontos.com/index.php?topic=5793.msg59376#msg59376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/luascript.c

    r1021 r1032  
    510510{ 
    511511  int timeout = luaL_optnumber( L, 1, 0 ); 
    512   camera_wait_click(timeout); 
     512  action_wait_for_click(timeout); 
    513513  return lua_yield( L, 0 ); 
    514514} 
Note: See TracChangeset for help on using the changeset viewer.