Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
tome
Tales of MajEyal
Commits
1f6c3341
Commit
1f6c3341
authored
12 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
fix
git-svn-id:
http://svn.net-core.org/repos/t-engine4@6174
51575b47-30f0-44d4-a5cc-537603b46e54
parent
321ea09d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/class/Party.lua
+4
-0
4 additions, 0 deletions
game/modules/tome/class/Party.lua
with
4 additions
and
0 deletions
game/modules/tome/class/Party.lua
+
4
−
0
View file @
1f6c3341
...
...
@@ -200,6 +200,10 @@ function _M:setPlayer(actor, bypass)
if
actor
==
game
.
player
then
return
true
end
-- Stop!!
if
game
.
player
.
runStop
then
game
.
player
:
runStop
(
"Switching control"
)
end
if
game
.
player
.
restStop
then
game
.
player
:
restStop
(
"Switching control"
)
end
local
def
=
self
.
members
[
actor
]
local
oldp
=
self
.
player
self
.
player
=
actor
...
...
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