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 [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/tile.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:59:14 -0400

Index: eliot/game/tile.cpp
diff -u eliot/game/tile.cpp:1.4.2.1 eliot/game/tile.cpp:1.4.2.2
--- eliot/game/tile.cpp:1.4.2.1 Sun Oct 23 17:16:24 2005
+++ eliot/game/tile.cpp Sun Oct 23 20:58:20 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 1999-2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: tile.cpp,v 1.4.2.1 2005/10/23 17:16:24 afrab 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]