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/lightning_effect.cc

    r9746 r9757  
    3535SHELL_COMMAND(deactivate, LightningEffect, deactivateLightning);
    3636
    37 CREATE_SCRIPTABLE_CLASS(LightningEffect, LightningEffect::classID(),
     37CREATE_SCRIPTABLE_CLASS(LightningEffect,
    3838                        addMethod("activate", Executor0<LightningEffect, lua_State*>(&LightningEffect::activate))
    3939                            ->addMethod("deactivate", Executor0<LightningEffect, lua_State*>(&LightningEffect::deactivate))
Note: See TracChangeset for help on using the changeset viewer.