Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mmg
mme
scripts
Commits
72631dbe
Commit
72631dbe
authored
Nov 09, 2019
by
Milan Irigoyen
Browse files
[Bugfix] Fixed client states not calling base constructor
parent
8254ae99
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/client/sources/stategame.cpp
View file @
72631dbe
...
...
@@ -6,7 +6,7 @@
namespace
mmgtmpl
::
client
{
StateGame
::
StateGame
()
StateGame
::
StateGame
()
:
AbstractState
()
{
}
...
...
code/client/sources/statemenu.cpp
View file @
72631dbe
...
...
@@ -6,7 +6,7 @@
namespace
mmgtmpl
::
client
{
StateMenu
::
StateMenu
()
StateMenu
::
StateMenu
()
:
AbstractState
()
{
}
...
...
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