Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 3:44:38 PM (18 years ago)
Author:
bensch
Message:

moved around the weather effecs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/particles/dot_particles.cc

    r9716 r9760  
    2222#include "material.h"
    2323#include "state.h"
    24 #include "shell_command.h"
    2524
    2625#include "class_id_DEPRECATED.h"
     
    2827ObjectListDefinitionID(DotParticles, CL_DOT_PARTICLES);
    2928CREATE_FACTORY(DotParticles);
    30 
    31 SHELL_COMMAND(texture, DotParticles, setMaterialTexture)
    32     ->defaultValues("maps/evil-flower.png");
    33 
    3429
    3530
     
    8075{
    8176  ParticleSystem::loadParams(root);
    82 
    83   LoadParam(root, "texture", this, DotParticles, setMaterialTexture);
    8477}
    8578
Note: See TracChangeset for help on using the changeset viewer.