The Dink Network

Reply to Re: get_truecolor()

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 22nd 2012, 02:00 PM
custom_robj.png
Robj
Jester He/Him Australia
You feed the madness, and it feeds on you. 
Put this in start.c:
	int &truecolor = get_truecolor();
	if (&truecolor != 1)
	{
		freeze(1);
		choice_start();
		title_start();
		This Dmod can only be played with true color enabled.
		title_end();
		"Exit"
		choice_end();
		kill_game();
	}