|
@@ -6,7 +6,7 @@ AnimaRoue::AnimaRoue()
|
|
|
std::cout << "Construction d'anim de roue appelée." << std::endl;
|
|
|
//Insertion des images à m_bande
|
|
|
char compteur('0');//'0'=48
|
|
|
- std::string nomFichier("Anim Roue/roue_p.bmp");//p étant le caractère à remplacer
|
|
|
+ std::string nomFichier("AnimRoue/roue_p.bmp");//p étant le caractère à remplacer
|
|
|
for (int i(0); i<4; i++)
|
|
|
{
|
|
|
compteur=48+i;//48='0'
|