Changeset 1202

Show
Ignore:
Timestamp:
03/04/2010 09:30:22 AM (6 months ago)
Author:
Paroxysm
Message:

This should be a 0 here not 1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Trunk/src/LuaEngine/LUAEngine.cpp

    r1201 r1202  
    236236void LuaEngine::BeginCall(uint16 fReference) 
    237237{ 
    238         if(fReference > 1) 
     238        if(fReference > 0) 
    239239        { 
    240240                lua_settop(lu,0); //stack should be empty