blob: 96008405059c0a310c5f0767e99a4ca8af932ddd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- engine.c.orig Sun Sep 14 23:23:42 2008
+++ engine.c Sun Sep 14 22:06:32 2008
@@ -181,7 +181,7 @@
* process teleporters
*/
if (i == '#') {
- int x, y;
+ int x, y = 0;
/*
* First find the other teleporter.
|