View Single Post
Old
  (#8)
[WaffenSS]Cethin is Offline
Senior Member
 
Posts: 163
Join Date: Apr 2002
Location: Connecticut
 Send a message via ICQ to [WaffenSS]Cethin Send a message via AIM to [WaffenSS]Cethin  
Default 10-31-2002, 06:22 PM

I just did Judas

the game_dice1[count] = set_dice1[count]; is one of the problems.

Basically what the error means, from my understanding, is that game_dice1 is not a valid variable to accept set_dice1 even when they both have the same declaration within my function.

There's your problem Judas.
  
Reply With Quote