Enumator and warning 219
#1

When i write this enumator
PHP код:
enum e_@splists {
    
spectator,
    
spectated,
    
Float:x,
    
Float:y,
    
Float:z,
    
Float:a,
    
skin,
    
interior,
    
virtualworld
}; 
I got warning warning 219 local variable "VAR" shadows a variable at a preceding level in all code contain local variable "VAR"

VAR is x y and z, what's wrong whth my code?
Reply
#2

Try removing '@' from the enum's name
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)