summaryrefslogtreecommitdiff
path: root/Xenogears
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-05 01:44:15 +0000
committerPixel <Pixel>2002-05-05 01:44:15 +0000
commit03119248490d87f0c7f04c247955a3f75e169bfb (patch)
tree56f22360b7d441de6dd99a48b4617d5290da3622 /Xenogears
parent1fb95803842de3902e11484f14b583ce8a8f69de (diff)
Nightly commit.
Diffstat (limited to 'Xenogears')
-rwxr-xr-xXenogears/map2sqr3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xenogears/map2sqr b/Xenogears/map2sqr
index 4621d54..a5739a0 100755
--- a/Xenogears/map2sqr
+++ b/Xenogears/map2sqr
@@ -22,7 +22,8 @@ NR > 4 {
print d;
d = $4;
print d;
- for (i = 5; i < NR; i++) {
+
+ for (i = 5; i <= NF; i++) {
$(i - 4) = $i;
}
NF -= 4;