4.0.6

02-25-02 changed MoveObj routine to use old bitmap and not use the GetOBM macro.
	bm = Game.BMF[x][y];	(Tere6 Bug)
02-26-02 Modified Restart ===== if (UndoP > 0 ) UpdateUndo();
	also reset the mouse buffers in the restart routine ( Andys Bug)
02-26-02 modified so Open File Dialoges don't allow *.*
02-26-02 modified SendMessage(DEAD) in UpDateTankPos to PostMessage(DEAD)
	     Added "BlackHole" Variable
02-26-02 modified so program won't start with junk on command line. It must be ???.lvl to load.
02-27-02 Flag will now animate if something is over it.
03-2-02	 If a sliding mirror is hit, it will deflect the laser & change direction.
03-2-02	 Fixed Bug if a sliding object is hit on the side.
03-12-02 Changed Sliding on Ice again, Antitanks will slide if hit & mirror will double move lasershot
06-11-02 Fixed Bug in UpdateLaserBounce caused from above
06-11-02 Converted RC file to read sounds.WAV files directly ( lrc is fixed)

4.0.7 

9-7-02  Support the language.dat file for internationals versions

4.0.8

11-22-02 Fixed sliding bug : emulate a stack for multiples slidings objects (max 15)
         in ltank2.c:
         typedef struct tIceMem	// Record used for sliding objects on the Ice
             void Mem_to_SlideO( int iSlideObj )
             void SlideO_to_Mem( int iSlideObj )
             void add_SlideO_to_Mem()
             void sub_SlideO_from_Mem( int iSlideObj )
             void del_SlideO_from_Mem( int x, int y )
         Add letters on bottom and numbers on the left of the main screen
         Fixed the speed bug :  when the tank is firing, and is blocked on a convoyer, 
                        and  hit a bloc witch free him (bug in speed PlayBack mode).
             in ltank2.c:
             int TestIfConvCanMoveTank()
         Fixed Ihab's & Gerry's XP bug:  Add MAX_PATH for OPENFILENAME OFN and PBfn struct

4.1.0

05-06-04 Changed the version number from 4.0.8 to 4.1.0


4.1.1

08-07-05 Fixed the PICKLEVEL DIALOG bug : only for translated versions.

4.1.2

26-07-05 updated About.txt.
31-07-05 updated About.txt (all languages).
