diff options
Diffstat (limited to 'games/adventure/wizard.c')
-rw-r--r-- | games/adventure/wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c index 9d39a45..accf6ba 100644 --- a/games/adventure/wizard.c +++ b/games/adventure/wizard.c @@ -80,7 +80,7 @@ char magic[6]; void poof() { - strcpy(magic, DECR(d,w,a,r,f)); + strcpy(magic, DECR('d','w','a','r','f')); latncy = 45; } |