Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8822 in orxonox.OLD for branches/single_player_map/src/lib


Ignore:
Timestamp:
Jun 27, 2006, 1:17:53 PM (18 years ago)
Author:
snellen
Message:

fixed bug in ExecutorLua3ret

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/lib/util/executor/executor_lua.h

    r8815 r8822  
    420420    {
    421421      lua_State* state = (lua_State*)values;
    422       count = 0;
     422      count = 1;
    423423
    424424      toLua<ret>(state, (dynamic_cast<T*>(object)->*(functionPointer))(
    425425          fromLua<type0>(state, 1),
    426       fromLua<type1>(state, 2),
    427       fromLua<type2>(state, 3) ));
     426          fromLua<type1>(state, 2),
     427          fromLua<type2>(state, 3) ));
    428428    }
    429429
Note: See TracChangeset for help on using the changeset viewer.