Skip to content
Snippets Groups Projects
Commit d5b911a3 authored by Maxence Le Grand's avatar Maxence Le Grand
Browse files

finalisation du projet2

parent 9ac78579
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ int main() {
}
l->current = l->current->next;
}
/* for (i = 25; i <= 28; i++) {
for (i = 25; i <= 28; i++) {
p = createPickomino(i, 2);
addPickominoToMainStack(p, l);
l->current = l->current->next;
......@@ -406,7 +406,7 @@ int main() {
l->current = l->current->next;
}
}
*/
Game1->mainStack = l;
SDL_Initialisation();
......@@ -533,7 +533,7 @@ int main() {
setOnFirst(Game1->mainStack);
for(i=0; i<3;i++){
for(i=0; i<15;i++){
setOnNext(Game1->mainStack);
free_Pickomino(Game1->mainStack->current->previous);
Game1->mainStack->first=Game1->mainStack->current;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment