diff -ruN amphetamine-0.8.10.orig/src/AmpHead.hpp amphetamine-0.8.10/src/AmpHead.hpp --- amphetamine-0.8.10.orig/src/AmpHead.hpp Mon Mar 25 12:38:15 2002 +++ amphetamine-0.8.10/src/AmpHead.hpp Sat Nov 9 15:40:50 2002 @@ -185,4 +185,4 @@ #define MSG(message) if (logFile) fprintf(logFile, message); fflush(logFile) -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Appl.cpp amphetamine-0.8.10/src/Appl.cpp --- amphetamine-0.8.10.orig/src/Appl.cpp Mon Mar 25 13:47:49 2002 +++ amphetamine-0.8.10/src/Appl.cpp Sat Nov 9 15:40:50 2002 @@ -404,4 +404,4 @@ if (preRenderQueue == remove) bulletList = bulletList->nextBullet; if (remove->nextBullet) remove->nextBullet->prevBullet = remove->prevBullet; if (remove->prevBullet) remove->prevBullet->nextBullet = remove->nextBullet; -}*/ \ No newline at end of file +}*/ diff -ruN amphetamine-0.8.10.orig/src/Appl.hpp amphetamine-0.8.10/src/Appl.hpp --- amphetamine-0.8.10.orig/src/Appl.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Appl.hpp Sat Nov 9 15:40:50 2002 @@ -102,4 +102,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Bullet.cpp amphetamine-0.8.10/src/Bullet.cpp --- amphetamine-0.8.10.orig/src/Bullet.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Bullet.cpp Sat Nov 9 15:40:50 2002 @@ -648,3 +648,4 @@ READDATA(lastfy); READDATA(lastf); } + diff -ruN amphetamine-0.8.10.orig/src/Bullet.hpp amphetamine-0.8.10/src/Bullet.hpp --- amphetamine-0.8.10.orig/src/Bullet.hpp Mon Mar 25 11:35:22 2002 +++ amphetamine-0.8.10/src/Bullet.hpp Sat Nov 9 15:40:50 2002 @@ -132,3 +132,4 @@ #endif + diff -ruN amphetamine-0.8.10.orig/src/Clut.cpp amphetamine-0.8.10/src/Clut.cpp --- amphetamine-0.8.10.orig/src/Clut.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Clut.cpp Sat Nov 9 15:40:50 2002 @@ -598,3 +598,4 @@ + diff -ruN amphetamine-0.8.10.orig/src/Clut.hpp amphetamine-0.8.10/src/Clut.hpp --- amphetamine-0.8.10.orig/src/Clut.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Clut.hpp Sat Nov 9 15:40:50 2002 @@ -84,4 +84,4 @@ void SwapBlackWhite(Graphic_file *gf); -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/ConstVal.cpp amphetamine-0.8.10/src/ConstVal.cpp --- amphetamine-0.8.10.orig/src/ConstVal.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ConstVal.cpp Sat Nov 9 15:40:50 2002 @@ -271,4 +271,4 @@ void GetStringConstant(FILE *f, char *constName, char *buffer) { GetValue(f, constName, buffer); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/ConstVal.hpp amphetamine-0.8.10/src/ConstVal.hpp --- amphetamine-0.8.10.orig/src/ConstVal.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ConstVal.hpp Sat Nov 9 15:40:50 2002 @@ -160,4 +160,4 @@ short disableShapeModes; }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Creeper.cpp amphetamine-0.8.10/src/Creeper.cpp --- amphetamine-0.8.10.orig/src/Creeper.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Creeper.cpp Sat Nov 9 15:40:50 2002 @@ -1 +1,2 @@ #include "Creeper.hpp" + diff -ruN amphetamine-0.8.10.orig/src/Creeper.hpp amphetamine-0.8.10/src/Creeper.hpp --- amphetamine-0.8.10.orig/src/Creeper.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Creeper.hpp Sat Nov 9 15:40:50 2002 @@ -4,4 +4,4 @@ #include "Monster.hpp" -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Element.cpp amphetamine-0.8.10/src/Element.cpp --- amphetamine-0.8.10.orig/src/Element.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Element.cpp Sat Nov 9 15:40:50 2002 @@ -373,4 +373,4 @@ CElement::Read(f); OnAllocate(); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Element.hpp amphetamine-0.8.10/src/Element.hpp --- amphetamine-0.8.10.orig/src/Element.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Element.hpp Sat Nov 9 15:40:50 2002 @@ -103,3 +103,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/File.cpp amphetamine-0.8.10/src/File.cpp --- amphetamine-0.8.10.orig/src/File.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/File.cpp Sat Nov 9 15:40:50 2002 @@ -26,4 +26,4 @@ long CFile::ReadData(void *data, long size) { return fread(data, size, 1, fileRef); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/File.hpp amphetamine-0.8.10/src/File.hpp --- amphetamine-0.8.10.orig/src/File.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/File.hpp Sat Nov 9 15:40:50 2002 @@ -76,3 +76,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/Gifload.cpp amphetamine-0.8.10/src/Gifload.cpp --- amphetamine-0.8.10.orig/src/Gifload.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Gifload.cpp Sat Nov 9 15:40:50 2002 @@ -506,3 +506,4 @@ } } + diff -ruN amphetamine-0.8.10.orig/src/Graphfil.cpp amphetamine-0.8.10/src/Graphfil.cpp --- amphetamine-0.8.10.orig/src/Graphfil.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Graphfil.cpp Sat Nov 9 15:40:50 2002 @@ -168,3 +168,4 @@ // return formatUnknown; } + diff -ruN amphetamine-0.8.10.orig/src/Graphfil.hpp amphetamine-0.8.10/src/Graphfil.hpp --- amphetamine-0.8.10.orig/src/Graphfil.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Graphfil.hpp Sat Nov 9 15:40:50 2002 @@ -54,4 +54,4 @@ Graphic_file *LoadGIF(FILE *fp, char *fname ); Graphic_file *LoadPICTR(FILE *fp, char *fname ); -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Gui.cpp amphetamine-0.8.10/src/Gui.cpp --- amphetamine-0.8.10.orig/src/Gui.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Gui.cpp Sat Nov 9 15:40:50 2002 @@ -796,4 +796,4 @@ fclose(f); } - \ No newline at end of file + diff -ruN amphetamine-0.8.10.orig/src/Gui.hpp amphetamine-0.8.10/src/Gui.hpp --- amphetamine-0.8.10.orig/src/Gui.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Gui.hpp Sat Nov 9 15:40:50 2002 @@ -183,4 +183,4 @@ void DisplayInfotext(short num); }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Item.cpp amphetamine-0.8.10/src/Item.cpp --- amphetamine-0.8.10.orig/src/Item.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Item.cpp Sat Nov 9 15:40:50 2002 @@ -309,4 +309,4 @@ READDATA(pickedUp); READDATA(type); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Item.hpp amphetamine-0.8.10/src/Item.hpp --- amphetamine-0.8.10.orig/src/Item.hpp Sun Mar 24 12:10:24 2002 +++ amphetamine-0.8.10/src/Item.hpp Sat Nov 9 15:40:50 2002 @@ -84,4 +84,4 @@ void Read(FILE *f); }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Level.cpp amphetamine-0.8.10/src/Level.cpp --- amphetamine-0.8.10.orig/src/Level.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Level.cpp Sat Nov 9 15:40:50 2002 @@ -397,3 +397,4 @@ return 1; } + diff -ruN amphetamine-0.8.10.orig/src/Level.hpp amphetamine-0.8.10/src/Level.hpp --- amphetamine-0.8.10.orig/src/Level.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Level.hpp Sat Nov 9 15:40:50 2002 @@ -29,4 +29,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Main.cpp amphetamine-0.8.10/src/Main.cpp --- amphetamine-0.8.10.orig/src/Main.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Main.cpp Sat Nov 9 15:40:50 2002 @@ -84,4 +84,4 @@ delete gApplication; return 0; -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Monster.cpp amphetamine-0.8.10/src/Monster.cpp --- amphetamine-0.8.10.orig/src/Monster.cpp Mon Mar 25 12:53:27 2002 +++ amphetamine-0.8.10/src/Monster.cpp Sat Nov 9 15:40:50 2002 @@ -372,4 +372,4 @@ READDATA(health); if (dieFrame != -1) gApplication->Dequeue(&gApplication->collisionThingList, this); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Monster.hpp amphetamine-0.8.10/src/Monster.hpp --- amphetamine-0.8.10.orig/src/Monster.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Monster.hpp Sat Nov 9 15:40:50 2002 @@ -86,4 +86,4 @@ -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Monstrxx.cpp amphetamine-0.8.10/src/Monstrxx.cpp --- amphetamine-0.8.10.orig/src/Monstrxx.cpp Mon Mar 25 19:15:46 2002 +++ amphetamine-0.8.10/src/Monstrxx.cpp Sat Nov 9 15:40:50 2002 @@ -574,3 +574,4 @@ READDATA(inJump); READDATA(speedup); } + diff -ruN amphetamine-0.8.10.orig/src/Monstrxx.hpp amphetamine-0.8.10/src/Monstrxx.hpp --- amphetamine-0.8.10.orig/src/Monstrxx.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Monstrxx.hpp Sat Nov 9 15:40:50 2002 @@ -123,4 +123,4 @@ void Read(FILE *f); }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/ObjInfo.cpp amphetamine-0.8.10/src/ObjInfo.cpp --- amphetamine-0.8.10.orig/src/ObjInfo.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ObjInfo.cpp Sat Nov 9 15:40:50 2002 @@ -227,3 +227,4 @@ { return weaponInfo[ref]; } + diff -ruN amphetamine-0.8.10.orig/src/ObjInfo.hpp amphetamine-0.8.10/src/ObjInfo.hpp --- amphetamine-0.8.10.orig/src/ObjInfo.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ObjInfo.hpp Sat Nov 9 15:40:50 2002 @@ -97,4 +97,4 @@ tWeaponInfo *FindWeapon(short ref); }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Object.cpp amphetamine-0.8.10/src/Object.cpp --- amphetamine-0.8.10.orig/src/Object.cpp Mon Mar 25 12:46:32 2002 +++ amphetamine-0.8.10/src/Object.cpp Sat Nov 9 15:40:50 2002 @@ -330,3 +330,4 @@ READDATA(resForceY); READDATA(background); } + diff -ruN amphetamine-0.8.10.orig/src/Object.hpp amphetamine-0.8.10/src/Object.hpp --- amphetamine-0.8.10.orig/src/Object.hpp Sun Mar 24 16:20:09 2002 +++ amphetamine-0.8.10/src/Object.hpp Sat Nov 9 15:40:50 2002 @@ -49,3 +49,4 @@ #define FINISHWRITE fseek(f, -size, SEEK_CUR); fwrite(&size, sizeof(size), 1, f); fseek(f, size - sizeof(size), SEEK_CUR); #endif + diff -ruN amphetamine-0.8.10.orig/src/Player.cpp amphetamine-0.8.10/src/Player.cpp --- amphetamine-0.8.10.orig/src/Player.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Player.cpp Sat Nov 9 15:40:50 2002 @@ -527,4 +527,4 @@ READDATA(oxygen); READDATA(lastOxygenDecTime); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Player.hpp amphetamine-0.8.10/src/Player.hpp --- amphetamine-0.8.10.orig/src/Player.hpp Sun Mar 24 12:10:24 2002 +++ amphetamine-0.8.10/src/Player.hpp Sat Nov 9 15:40:50 2002 @@ -81,4 +81,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Pltform.cpp amphetamine-0.8.10/src/Pltform.cpp --- amphetamine-0.8.10.orig/src/Pltform.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Pltform.cpp Sat Nov 9 15:40:50 2002 @@ -276,4 +276,4 @@ fread(info, sizeof(tPlatformInfo), 1, f); OnAllocate(); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Pltform.hpp amphetamine-0.8.10/src/Pltform.hpp --- amphetamine-0.8.10.orig/src/Pltform.hpp Sun Mar 24 12:10:24 2002 +++ amphetamine-0.8.10/src/Pltform.hpp Sat Nov 9 15:40:50 2002 @@ -51,3 +51,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/Shape.cpp amphetamine-0.8.10/src/Shape.cpp --- amphetamine-0.8.10.orig/src/Shape.cpp Sun Mar 24 13:31:48 2002 +++ amphetamine-0.8.10/src/Shape.cpp Sat Nov 9 15:40:50 2002 @@ -597,3 +597,4 @@ return dx; } + diff -ruN amphetamine-0.8.10.orig/src/Shape.hpp amphetamine-0.8.10/src/Shape.hpp --- amphetamine-0.8.10.orig/src/Shape.hpp Mon Mar 25 00:11:18 2002 +++ amphetamine-0.8.10/src/Shape.hpp Sat Nov 9 15:40:50 2002 @@ -59,3 +59,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/ShapeDes.hpp amphetamine-0.8.10/src/ShapeDes.hpp --- amphetamine-0.8.10.orig/src/ShapeDes.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ShapeDes.hpp Sat Nov 9 15:40:50 2002 @@ -376,4 +376,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/ShapeLd.cpp amphetamine-0.8.10/src/ShapeLd.cpp --- amphetamine-0.8.10.orig/src/ShapeLd.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ShapeLd.cpp Sat Nov 9 15:40:50 2002 @@ -93,4 +93,4 @@ height = backgroundPicture->height; return backgroundPicture->bitmap; -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/ShapeLd.hpp amphetamine-0.8.10/src/ShapeLd.hpp --- amphetamine-0.8.10.orig/src/ShapeLd.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/ShapeLd.hpp Sat Nov 9 15:40:50 2002 @@ -39,3 +39,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/SndSys.cpp amphetamine-0.8.10/src/SndSys.cpp --- amphetamine-0.8.10.orig/src/SndSys.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/SndSys.cpp Sat Nov 9 15:40:50 2002 @@ -132,4 +132,4 @@ playList->RemoveCurrent(); } } -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/SndSys.hpp amphetamine-0.8.10/src/SndSys.hpp --- amphetamine-0.8.10.orig/src/SndSys.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/SndSys.hpp Sat Nov 9 15:40:50 2002 @@ -99,4 +99,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/SoundList.cpp amphetamine-0.8.10/src/SoundList.cpp --- amphetamine-0.8.10.orig/src/SoundList.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/SoundList.cpp Sat Nov 9 15:40:50 2002 @@ -113,3 +113,4 @@ delete tmp; } + diff -ruN amphetamine-0.8.10.orig/src/SoundList.hpp amphetamine-0.8.10/src/SoundList.hpp --- amphetamine-0.8.10.orig/src/SoundList.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/SoundList.hpp Sat Nov 9 15:40:50 2002 @@ -55,4 +55,4 @@ SoundState *first, *prev, *current; }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Surface.cpp amphetamine-0.8.10/src/Surface.cpp --- amphetamine-0.8.10.orig/src/Surface.cpp Sun Mar 24 13:33:29 2002 +++ amphetamine-0.8.10/src/Surface.cpp Sat Nov 9 15:40:50 2002 @@ -257,3 +257,4 @@ { gSystem->FlipSurfaces(buffer, width, height, left, top); } + diff -ruN amphetamine-0.8.10.orig/src/Surface.hpp amphetamine-0.8.10/src/Surface.hpp --- amphetamine-0.8.10.orig/src/Surface.hpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Surface.hpp Sat Nov 9 15:40:50 2002 @@ -41,3 +41,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/System.cpp amphetamine-0.8.10/src/System.cpp --- amphetamine-0.8.10.orig/src/System.cpp Mon Mar 25 11:31:27 2002 +++ amphetamine-0.8.10/src/System.cpp Sat Nov 9 15:40:50 2002 @@ -554,4 +554,4 @@ delete [] tmp; return NULL; // failed -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/System.hpp amphetamine-0.8.10/src/System.hpp --- amphetamine-0.8.10.orig/src/System.hpp Mon Mar 25 12:34:09 2002 +++ amphetamine-0.8.10/src/System.hpp Sat Nov 9 15:40:50 2002 @@ -112,3 +112,4 @@ }; #endif + diff -ruN amphetamine-0.8.10.orig/src/Thing.cpp amphetamine-0.8.10/src/Thing.cpp --- amphetamine-0.8.10.orig/src/Thing.cpp Mon Mar 25 13:39:11 2002 +++ amphetamine-0.8.10/src/Thing.cpp Sat Nov 9 15:40:50 2002 @@ -157,3 +157,4 @@ READDATA(dy); READDATA(modus); } + diff -ruN amphetamine-0.8.10.orig/src/Thing.hpp amphetamine-0.8.10/src/Thing.hpp --- amphetamine-0.8.10.orig/src/Thing.hpp Sun Mar 24 18:16:00 2002 +++ amphetamine-0.8.10/src/Thing.hpp Sat Nov 9 15:40:50 2002 @@ -64,4 +64,4 @@ }; -#endif \ No newline at end of file +#endif diff -ruN amphetamine-0.8.10.orig/src/Weapon.cpp amphetamine-0.8.10/src/Weapon.cpp --- amphetamine-0.8.10.orig/src/Weapon.cpp Sun Mar 24 10:49:09 2002 +++ amphetamine-0.8.10/src/Weapon.cpp Sat Nov 9 15:40:50 2002 @@ -467,4 +467,4 @@ READDATA(dx); READDATA(dy); -} \ No newline at end of file +} diff -ruN amphetamine-0.8.10.orig/src/Weapon.hpp amphetamine-0.8.10/src/Weapon.hpp --- amphetamine-0.8.10.orig/src/Weapon.hpp Sun Mar 24 18:16:14 2002 +++ amphetamine-0.8.10/src/Weapon.hpp Sat Nov 9 15:40:50 2002 @@ -152,4 +152,4 @@ short Shoot(double directionx, double directiony, double targetpos); }; -#endif \ No newline at end of file +#endif