Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
auraes
PunyInformFr
Commits
5fb5dbd3
Commit
5fb5dbd3
authored
Feb 06, 2021
by
auraes
💬
Browse files
Simplification de la gestion de l'objet dé à jouer
parent
58102aad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
24 deletions
+6
-24
lib/translation.h
lib/translation.h
+2
-16
lib/translation_v3.h
lib/translation_v3.h
+4
-8
No files found.
lib/translation.h
View file @
5fb5dbd3
...
...
@@ -121,14 +121,7 @@ System_file;
r
=
2
;
switch
(
w
)
{
!
y
en
'
se
'
,
'
s
^
'
:
switch
(
w1
)
{
'
le
'
:
w
=
"-le à se"
;
'
la
'
:
w
=
"-la à se"
;
'
les
'
:
w
=
"-les à se"
;
'
l
^
'
:
w
=
"-l' à se"
;
default:
w
=
"se"
;
r
=
1
;
}
'
se
'
,
'
s
^
'
:
w
=
"se"
;
r
=
1
;
'
l
^
'
:
w
=
"-l'"
;
r
=
1
;
'
le
'
:
switch
(
w1
)
{
...
...
@@ -208,14 +201,7 @@ System_file;
r
=
2
;
switch
(
w
)
{
!
y
en
'
se
'
,
'
s
^
'
:
switch
(
w1
)
{
'
le
'
:
w
=
"-le a se"
;
'
la
'
:
w
=
"-la a se"
;
'
les
'
:
w
=
"-les a se"
;
'
l
^
'
:
w
=
"-l' a se"
;
default:
w
=
"se"
;
r
=
1
;
}
'
se
'
,
'
s
^
'
:
w
=
"se"
;
r
=
1
;
'
l
^
'
:
w
=
"-l'"
;
r
=
1
;
'
le
'
:
switch
(
w1
)
{
...
...
lib/translation_v3.h
View file @
5fb5dbd3
...
...
@@ -104,19 +104,15 @@ System_file;
#IfDef DE_A_JOUER;
'
de
'
:
r
=
PosMot
(
i
)
+
1
;
if
(
i
==
n
)
{
if
(
i
==
n
)
parse
-->
(
i
*
2
-
1
)
=
'
dj
'
;
!
buffer
->
r
=
'j'
;
}
else
{
w
1
=
DicMot
(
i
+
1
);
if
(
w
1
&&
(
w
1
->
#
dict_par1
)
&
8
)
{
w
2
=
DicMot
(
i
+
1
);
if
(
w
2
&&
(
w
2
->
#
dict_par1
)
&
8
)
parse
-->
(
i
*
2
-
1
)
=
'
dj
'
;
!
buffer
->
r
=
'j'
;
}
}
#EndIf;
}
}
if
(
n
==
1
)
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment