summary refs log tree commit diff stats
path: root/src/entity.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-02-16 12:39:24 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-02-16 12:39:24 -0500
commit7514077a07076403f29050e57fa87f24fc614122 (patch)
treec51a8d20923a93e5cef9fcc55436602fa1fdd387 /src/entity.h
parent9d9fe5b1d8ac5f8c7fe03e0d77591e71acf41af7 (diff)
downloaddispatcher-7514077a07076403f29050e57fa87f24fc614122.tar.gz
dispatcher-7514077a07076403f29050e57fa87f24fc614122.tar.bz2
dispatcher-7514077a07076403f29050e57fa87f24fc614122.zip
Shift-pushing
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h index 8d28b98..0ff31e1 100644 --- a/src/entity.h +++ b/src/entity.h
@@ -42,7 +42,7 @@ public:
42 42
43 bool playerCanPush = false; 43 bool playerCanPush = false;
44 bool trainCanPush = false; 44 bool trainCanPush = false;
45 45
46 // Temp 46 // Temp
47 int colorVal = 25; 47 int colorVal = 25;
48 48