summaryrefslogtreecommitdiff
path: root/games/uox3/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'games/uox3/files/patch-aj')
-rw-r--r--games/uox3/files/patch-aj33
1 files changed, 0 insertions, 33 deletions
diff --git a/games/uox3/files/patch-aj b/games/uox3/files/patch-aj
deleted file mode 100644
index 174f88ea8dfc..000000000000
--- a/games/uox3/files/patch-aj
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -ruN work.orig/dev/skills.cpp work/dev/skills.cpp
---- work.orig/dev/skills.cpp Mon Feb 8 22:14:30 1999
-+++ work/dev/skills.cpp Fri Sep 10 17:32:02 1999
-@@ -1302,12 +1302,12 @@
- if (chars[target].npc)
- {
- if (!(chars[target].war)) npcToggleCombat(target);
-- chars[target].npcmovetime=(int)((getclock()+(NPCSPEED*CLOCKS_PER_SEC)));
-+ chars[target].npcmovetime=(unsigned long int)((getclock()+(NPCSPEED*CLOCKS_PER_SEC)));
- }
- if (chars[target2].npc)
- {
- if (!(chars[target2].war)) npcToggleCombat(target2);
-- chars[target2].npcmovetime=(int)((getclock()+(NPCSPEED*CLOCKS_PER_SEC)));
-+ chars[target2].npcmovetime=(unsigned long int)((getclock()+(NPCSPEED*CLOCKS_PER_SEC)));
- }
- sprintf(temp, "* You see %s attacking %s *", chars[target].name, chars[target2].name);
- for (i=0;i<now;i++)
-@@ -1342,12 +1342,12 @@
- if (chars[target].npc)
- {
- if (!(chars[target].war)) npcToggleCombat(target);
-- chars[target].npcmovetime=(int)(getclock()+(NPCSPEED*CLOCKS_PER_SEC));
-+ chars[target].npcmovetime=(unsigned long int)(getclock()+(NPCSPEED*CLOCKS_PER_SEC));
- }
- if (chars[target2].npc)
- {
- if (!(chars[target2].war)) npcToggleCombat(target2);
-- chars[target2].npcmovetime=(int)(getclock()+(NPCSPEED*CLOCKS_PER_SEC));
-+ chars[target2].npcmovetime=(unsigned long int)(getclock()+(NPCSPEED*CLOCKS_PER_SEC));
- }
- sprintf(temp, "* You see %s attacking %s *", chars[target].name, chars[target2].name);
- for (i=0;i<now;i++)