From d0c97b98e477cfdf46ed7f36fd16c64f7943d551 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 17 Jan 2005 15:11:19 +0000 Subject: Committing Allegro -> SDL switch, hugely breaking the game. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 365ece88..095a48ca 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -141,7 +141,7 @@ Being::Being() { hair_style = 1; hair_color = 1; weapon = 0; x = 0; y = 0; direction = 0; - speech_color = makecol(0, 0, 0); + speech_color = 0;//makecol(0, 0, 0); } Being::~Being() { -- cgit v1.2.3-70-g09d2