Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YGOPRO-520DIY
ygopro
Commits
27dca974
Commit
27dca974
authored
Aug 07, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset status when leaving ReplayThread()
parent
efa06453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gframe/replay_mode.cpp
gframe/replay_mode.cpp
+11
-0
No files found.
gframe/replay_mode.cpp
View file @
27dca974
...
...
@@ -138,6 +138,17 @@ int ReplayMode::ReplayThread() {
mainGame
->
gMutex
.
unlock
();
}
EndDuel
();
pduel
=
0
;
is_continuing
=
true
;
is_closing
=
false
;
is_pausing
=
false
;
is_paused
=
false
;
is_swaping
=
false
;
is_restarting
=
false
;
exit_pending
=
false
;
skip_turn
=
0
;
current_step
=
0
;
skip_step
=
0
;
return
0
;
}
bool
ReplayMode
::
StartDuel
()
{
...
...
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