Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37516217
en ru br
Репозитории ALT
S:0.3.160-alt2
5.1: 0.3.146-alt0.M51.1
4.0: 0.3.146-alt0.M40.1
www.altlinux.org/Changes

Группа :: Игры/Головоломки
Пакет: numptyphysics

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: numptyphysics-nospot.patch
Скачать


diff -ur numptyphysics/Game.cpp numptyphysics.new/Game.cpp
--- numptyphysics/Game.cpp	2010-02-11 21:43:35 +0000
+++ numptyphysics.new/Game.cpp	2010-02-11 23:11:54 +0000
@@ -97,7 +97,6 @@
   bool              m_paused;
   Path              m_jointCandidates;
   Path              m_jointInd;
-  Canvas           *m_spot;
 public:
   Game( Levels* levels, int width, int height ) 
   : m_createStroke(NULL),
@@ -110,8 +109,7 @@
     m_cselector( *this ),
     m_os( Os::get() ),
     m_paused( false ),
-    m_jointInd(JOINT_IND_PATH),
-    m_spot(new Image("spot.png",true))
+    m_jointInd(JOINT_IND_PATH)
     //,m_demoOverlay( *this )
   {
     m_jointInd.scale( 12.0f / (float32)m_jointInd.bbox().width() );
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin