This isn't a fixme

svn-id: r6337
This commit is contained in:
Travis Howell 2003-01-05 12:38:04 +00:00
parent 3224d39f65
commit e8b784e18a

View file

@ -4089,10 +4089,8 @@ void SimonState::talk_with_text(uint num_1, uint num_2, const char *string_ptr,
if (!(_bit_array[8] & 0x20)) if (!(_bit_array[8] & 0x20))
num_of_rows = 3; num_of_rows = 3;
if (threeval_b < 2) if (threeval_b < 2)
threeval_b = 2; // Fixme (pos): look at mine threeval_b = 2;
// ladder, look at gorge, etc
if (!(_game & GAME_SIMON2)) { if (!(_game & GAME_SIMON2)) {
start_vga_code(num_of_rows, 2, 199 + num_1, threeval_a >> 3, threeval_b, 12); start_vga_code(num_of_rows, 2, 199 + num_1, threeval_a >> 3, threeval_b, 12);