Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Commit

Permalink
superstartrek: fix source MD5 summ
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhovau committed Jul 16, 2016
1 parent 5ff0ae4 commit 444a193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion superstartrek/Makefile
Expand Up @@ -14,7 +14,7 @@ PKG_RELEASE:=1

PKG_SOURCE:=sstsrc.zip
PKG_SOURCE_URL:=http://www.almy.us/files
PKG_MD5SUM:=e5ce8d6bfd867afdbf6681a95ce0fd8f
PKG_MD5SUM:=23f3ba0f3f0d4e9613893691d3040bac

PKG_UNPACK:=unzip -j $(DL_DIR)/$(PKG_SOURCE) sstsrc/* -d $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

Expand Down
32 changes: 0 additions & 32 deletions superstartrek/patches/010-prev-rev.patch
Expand Up @@ -1858,38 +1858,6 @@ diff -urN a/sst.c b/sst.c
prout("UNRECOGNIZED COMMAND. LEGAL COMMANDS ARE:");
listCommands(TRUE);
}
@@ -230,29 +200,11 @@
break;
case 2: // phasers
phasers();
- if (ididit) {
-#ifdef CLOAKING
- if (irhere && d.date >= ALGERON && !isviolreported && iscloaked) {
- prout("The Romulan ship discovers you are breaking the Treaty of Algeron!");
- ncviol++;
- isviolreported = TRUE;
- }
-#endif
- hitme = TRUE;
- }
+ if (ididit) hitme = TRUE;
break;
case 3: // photons
photon();
- if (ididit) {
-#ifdef CLOAKING
- if (irhere && d.date >= ALGERON && !isviolreported && iscloaked) {
- prout("The Romulan ship discovers you are breaking the Treaty of Algeron!");
- ncviol++;
- isviolreported = TRUE;
- }
-#endif
- hitme = TRUE;
- }
+ if (ididit) hitme = TRUE;
break;
case 4: // move
warp(1);
@@ -277,7 +229,7 @@
impuls();
break;
Expand Down

0 comments on commit 444a193

Please sign in to comment.