aboutsummaryrefslogtreecommitdiff
path: root/src/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/includes')
-rw-r--r--src/includes/State.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/includes/State.hpp b/src/includes/State.hpp
index 0b212b8..c9dffb9 100644
--- a/src/includes/State.hpp
+++ b/src/includes/State.hpp
@@ -5,7 +5,7 @@
class State
{
private:
- sf::RenderWindow prozor;
+ sf::RenderWindow *prozor;
int visina,sirina;
bool ischanged=0,newgame=0,pause=0,kraj=0;