blob: 6ce3838c095d7237aad2e605b7c1ecd20d57ef3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bc,v 1.1 2002/07/16 13:50:58 agc Exp $
--- src/object.cc.orig Thu May 14 13:06:35 1998
+++ src/object.cc Tue Jul 16 14:45:08 2002
@@ -364,7 +364,7 @@
void tlaser::colision(float cx,float cy)
{
- register status = 0;
+ register int status = 0;
//test other
if(colision_other(cx,cy))
{
|