#include <output.h>
#include <fb.h>
#include <paging.h>
+#include <text.h>
#include "checksumrect.h"
break;
case 0:
tnt2_fb.curmode.text = 1;
- tnt2_fb.checksum_rect = (checksum_rect_t) 0;
+ tnt2_fb.checksum_rect = (checksum_rect_t) text_checksum;
break;
default:
tnt2_fb.curmode.text = 1;
- tnt2_fb.checksum_rect = (checksum_rect_t) 0;
+ tnt2_fb.checksum_rect = (checksum_rect_t) text_checksum;
outputf("Unknown TNT2 format %x", vgard(0x28));
break;
}