Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KShisen
Commits
d62ddb85
Commit
d62ddb85
authored
May 10, 2016
by
Frederik Schwarzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Format.
parent
e3fc8690
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/board.cpp
src/board.cpp
+4
-4
No files found.
src/board.cpp
View file @
d62ddb85
...
...
@@ -1982,7 +1982,7 @@ bool Board::isValidPos(TilePos const & tilePos) const
&&
tilePos
.
y
()
<
yTiles
();
}
bool
Board
::
isValidPosWithOutline
(
const
TilePos
&
tilePos
)
const
bool
Board
::
isValidPosWithOutline
(
TilePos
const
&
tilePos
)
const
{
return
tilePos
.
x
()
>=
-
1
&&
tilePos
.
y
()
>=
-
1
...
...
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