Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 18, 2006, 10:06:19 PM (18 years ago)
Author:
bensch
Message:

new_class_id: hups… this was bad naming… confusing too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/effects/fog_effect.cc

    r9746 r9757  
    3232#include "class_id_DEPRECATED.h"
    3333
    34 CREATE_SCRIPTABLE_CLASS(FogEffect, FogEffect::classID(),
     34CREATE_SCRIPTABLE_CLASS(FogEffect,
    3535                        addMethod("fadeIn", Executor0<FogEffect, lua_State*>(&FogEffect::fadeInFog))
    3636                            ->addMethod("fadeOut", Executor0<FogEffect, lua_State*>(&FogEffect::fadeOutFog))
Note: See TracChangeset for help on using the changeset viewer.