diff Arcomage/Arcomage.cpp @ 2572:d87bfbd3bb3b

Step towards unification of Texture and RGBTexture (class Image)
author a.parshin
date Sat, 05 Mar 2016 01:51:54 +0200
parents a902abdfc7f2
children
line wrap: on
line diff
--- a/Arcomage/Arcomage.cpp	Mon Oct 05 00:19:13 2015 +0200
+++ b/Arcomage/Arcomage.cpp	Sat Mar 05 01:51:54 2016 +0200
@@ -3528,8 +3528,6 @@
 ArcomageGame::ArcomageGame()
 {
   field_4 = 0;
-  //RGBTexture::RGBTexture(&this->pGameBackground);
-  //RGBTexture::RGBTexture(&v1->pSprites);
   bGameInProgress = 0;
   field_F9 = 0;
 }