freebsd-ports/games/enigma/files/patch-src_items_Meditation.cc
Dmitry Marakasov 7a4ff1616c - Update to 1.21
- Add LICENSE
- Switch to USES=localbase
2016-04-13 09:10:04 +00:00

11 lines
310 B
C++

--- src/items/Meditation.cc.orig 2014-12-19 21:24:33 UTC
+++ src/items/Meditation.cc
@@ -27,7 +27,7 @@ namespace enigma {
Meditation::Meditation(int initState) {
state = initState;
- //whiteball = NULL;
+ whiteball = NULL;
}
std::string Meditation::getClass() const {