|
@@ -8,13 +8,13 @@ SturmEffect::SturmEffect( ResourceRegistry *zResources, Spieler *zSpieler, Richt
|
|
this->r = r;
|
|
this->r = r;
|
|
annimation = 0;
|
|
annimation = 0;
|
|
if( r == LINKS )
|
|
if( r == LINKS )
|
|
- annimation = zResources->getResource( R_ROLLE_LINKS, zSpieler->getFarbe() );
|
|
|
|
|
|
+ annimation = zResources->getResource( R_STURM_LINKS, zSpieler->getFarbe() );
|
|
if( r == RECHTS )
|
|
if( r == RECHTS )
|
|
- annimation = zResources->getResource( R_ROLLE_LINKS, zSpieler->getFarbe() );
|
|
|
|
|
|
+ annimation = zResources->getResource( R_STURM_LINKS, zSpieler->getFarbe() );
|
|
if( r == OBEN )
|
|
if( r == OBEN )
|
|
- annimation = zResources->getResource( R_ROLLE_LINKS, zSpieler->getFarbe() );
|
|
|
|
|
|
+ annimation = zResources->getResource( R_STURM_LINKS, zSpieler->getFarbe() );
|
|
if( r == UNTEN )
|
|
if( r == UNTEN )
|
|
- annimation = zResources->getResource( R_ROLLE_LINKS, zSpieler->getFarbe() );
|
|
|
|
|
|
+ annimation = zResources->getResource( R_STURM_LINKS, zSpieler->getFarbe() );
|
|
}
|
|
}
|
|
|
|
|
|
SturmEffect::~SturmEffect()
|
|
SturmEffect::~SturmEffect()
|