tangstad/helds
tangstad
/
helds
Archived
1
0
Fork 0

Removed unused commented code.

This commit is contained in:
Truls Alexander Tangstad 2005-11-23 09:05:55 +00:00
parent 2b8c9da03a
commit 8e32348480
1 changed files with 0 additions and 5 deletions

View File

@ -68,12 +68,7 @@ int main(void)
CpuFastSet(car_bin, BITMAP_OBJ_BASE_ADR, COPY32 | car_bin_size/4);
CpuFastSet(car_pal_bin, OBJ_COLORS, COPY32 | car_pal_bin_size/4);
// u32 nothing = 0;
// CpuFastSet(&nothing, (void*)oe_buffer, FILL | sizeof(oe_buffer)/4);
// memset(oe_buffer, 0, sizeof(oe_buffer));
car->attr2 = OBJ_CHAR(512);
// car->attr1 = OBJ_SIZE(1) | OBJ_X(100);
// car->attr0 = OBJ_256_COLOR | OBJ_ROT_SCALE_ON | OBJ_Y(49);
s32 base = (s32)(0.707106781 * 256);
s32 one = 1 << 8;