eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/tile.cpp


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/tile.cpp
Date: Fri, 04 Nov 2005 15:00:48 -0500

Index: eliot/game/tile.cpp
diff -u eliot/game/tile.cpp:1.4 eliot/game/tile.cpp:1.5
--- eliot/game/tile.cpp:1.4     Sun Oct 23 14:53:43 2005
+++ eliot/game/tile.cpp Fri Nov  4 20:00:06 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 1999-2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: tile.cpp,v 1.4 2005/10/23 14:53:43 ipkiss Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -79,7 +77,7 @@
     {
         m_joker = true;
         m_dummy = false;
-        m_char = TILE_JOKER; 
+        m_char = TILE_JOKER;
     }
     else if (isalpha(c))
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]