Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
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
Jan-Jaap Korpershoek
SRB2
Commits
25464c86
Commit
25464c86
authored
5 years ago
by
Lactozilla
Browse files
Options
Downloads
Patches
Plain Diff
Translate the French
parent
d74f2a00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hardware/r_opengl/r_opengl.c
+4
-4
4 additions, 4 deletions
src/hardware/r_opengl/r_opengl.c
with
4 additions
and
4 deletions
src/hardware/r_opengl/r_opengl.c
+
4
−
4
View file @
25464c86
...
@@ -723,8 +723,8 @@ void Flush(void)
...
@@ -723,8 +723,8 @@ void Flush(void)
while
(
gr_cachehead
)
while
(
gr_cachehead
)
{
{
//
ceci n'est pas du tout necessaire vu que tu les a charger normalement et
//
this is not necessary at all, because you have loaded them normally,
//
donc il sont dans ta
list
e
!
//
and so they already are in your
list!
#if 0
#if 0
//Hurdler: 25/04/2000: now support colormap in hardware mode
//Hurdler: 25/04/2000: now support colormap in hardware mode
FTextureInfo *tmp = gr_cachehead->nextskin;
FTextureInfo *tmp = gr_cachehead->nextskin;
...
@@ -1296,11 +1296,11 @@ EXPORT void HWRAPI(SetTexture) (FTextureInfo *pTexInfo)
...
@@ -1296,11 +1296,11 @@ EXPORT void HWRAPI(SetTexture) (FTextureInfo *pTexInfo)
pTexInfo
->
nextmipmap
=
NULL
;
pTexInfo
->
nextmipmap
=
NULL
;
if
(
gr_cachetail
)
if
(
gr_cachetail
)
{
// insertion
en fin de liste
{
// insertion
at the tail
gr_cachetail
->
nextmipmap
=
pTexInfo
;
gr_cachetail
->
nextmipmap
=
pTexInfo
;
gr_cachetail
=
pTexInfo
;
gr_cachetail
=
pTexInfo
;
}
}
else
// initiali
s
ation
de la
list
e
else
// initiali
z
ation
of the linked
list
gr_cachetail
=
gr_cachehead
=
pTexInfo
;
gr_cachetail
=
gr_cachehead
=
pTexInfo
;
}
}
}
}
...
...
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