From cb0b2cc6e38d7e84f7432558f256f8917410de6a Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 28 Feb 2001 20:10:41 +0000 Subject: [PATCH] --- data/DataCache.scr | 3 +++ makefile.gfx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/DataCache.scr b/data/DataCache.scr index f1d74b064..6be78f117 100644 --- a/data/DataCache.scr +++ b/data/DataCache.scr @@ -125,6 +125,9 @@ actors/actor_enemy.tex actors/clam.a3d actors/clam.abk +actors/SHARKSUB.A3d +actors/SHARKSUB.Abk + { SYSTEM_CACHE 4 } ui/uigfx.spr diff --git a/makefile.gfx b/makefile.gfx index 41a92beab..2545f526f 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -144,7 +144,7 @@ ACTOR_SPONGEBOB_OPTS := -t:24,1,1 -s:256 ACTOR_NPC := ACTOR_NPC_OPTS := -t:25,1,1 -s:256 -ACTOR_ENEMY := CLAM +ACTOR_ENEMY := CLAM SHARKSUB ACTOR_ENEMY_OPTS := -t:12,4,1 -s:256 ACTORS_LIST := ACTOR_SPONGEBOB ACTOR_NPC ACTOR_ENEMY