Changeset 894 – HoverRace

Changeset 894

Show
Ignore:
Timestamp:
03/07/10 21:09:24 (5 months ago)
Author:
zoogie
Message:

Cruft removal.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/Script/Env.cpp

    r893 r894  
    230230{ 
    231231    Env *self = static_cast<Env*>(lua_touserdata(state, lua_upvalueindex(1))); 
    232     //std::ostream &oss = (self->out == NULL) ? std::cout : *(self->out); 
    233     //bool hasOut = !outs.empty(); 
    234232 
    235233    int numParams = lua_gettop(state);