Skip to content

Commit

Permalink
Shrink variables.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://jay/var/svn/wolf/trunk@68 32837ae5-38f0-4cfd-8401-3ff76d8497c4
  • Loading branch information
paul committed Aug 4, 2007
1 parent 7681571 commit c08e234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wl_inter.c
Expand Up @@ -334,8 +334,8 @@ const myshort alpha[]={L_NUM0PIC,L_NUM1PIC,L_NUM2PIC,L_NUM3PIC,L_NUM4PIC,L_NUM5P
//
void BJ_Breathe()
{
static myint which=0,max=10;
const myint pics[2]={L_GUYPIC,L_GUY2PIC};
static byte which=0,max=10;
const myshort pics[2]={L_GUYPIC,L_GUY2PIC};

if (get_TimeCount() > max)
{
Expand Down

0 comments on commit c08e234

Please sign in to comment.