Rationalize attack logic
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 5e7692149ed88697579374b023cd6facb21f05ae..d601c0db0d5e6482e9b879775fd0f6d7a906118d 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -652,7 +652,7 @@ void set_seed(long seedval)
 /* Set the LCG seed */
 {
     game.lcg_x = (unsigned long) seedval % game.lcg_m;
-    
+
     // once seed is set, we need to generate the Z`ZZZ word
     make_zzword(game.zzword);
 }