mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
|
--- cars.cc.orig Sun Dec 26 17:29:59 1999
|
||
|
+++ cars.cc Sun Dec 26 17:30:19 1999
|
||
|
@@ -105,7 +105,7 @@
|
||
|
}
|
||
|
what &= 0xF;
|
||
|
|
||
|
- static old_order = -1, next_row = 5, scale_timer = 0;
|
||
|
+ static int old_order = -1, next_row = 5, scale_timer = 0;
|
||
|
static bool scale_flag = false;
|
||
|
if( old_order != order ) {
|
||
|
old_order = order;
|
||
|
@@ -117,7 +117,7 @@
|
||
|
scale_flag = !scale_flag;
|
||
|
}
|
||
|
|
||
|
- static offset = 0;
|
||
|
+ static int offset = 0;
|
||
|
|
||
|
float scale = 1;
|
||
|
|