Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pickomino
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxence Le Grand
pickomino
Commits
d5b911a3
Commit
d5b911a3
authored
2 years ago
by
Maxence Le Grand
Browse files
Options
Downloads
Patches
Plain Diff
finalisation du projet2
parent
9ac78579
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.c
+3
-3
3 additions, 3 deletions
main.c
with
3 additions
and
3 deletions
main.c
+
3
−
3
View file @
d5b911a3
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment