[game] Minor
This commit is contained in:
parent
855eecbb41
commit
41ae8f1d85
@ -1,5 +1,5 @@
|
||||
CC = i686-pc-toaru-gcc
|
||||
CFLAGS = -march=core2 -std=c99 -O3
|
||||
CFLAGS = -march=core2 -std=c99 -O3 -m32
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
@ -264,7 +264,7 @@ void transition(int nx, int ny) {
|
||||
offset_x = 0;
|
||||
offset_y = -1;
|
||||
}
|
||||
for (int i = 0; i < 64; i += 8) {
|
||||
for (int i = 0; i < 64; i += 1) {
|
||||
offset_iter = i;
|
||||
display();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user