Thread: only smoking while drinking

  1. #31
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Originally posted by nvoigt
    I hope we can pass some law like this here... I won't ........ in public pools, what makes them think it's their right to pollute the air we share ?
    It'll never happen in the states. The government makes huge amounts of cash off tobacco taxes.

  2. #32
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    neandrake of course im serious.

    d00d neandrake i love the nirvana song that your sig comes from!

  3. #33
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Code:
    void GameMain(void)
    {
      //End of game condition
      if (smoke && warned_about_dangers && dont_care) Illogical();
      if (smoke)
      {
        DestroyLungs();
        GetCancer();
        Die();
        EndofGame();
      }
      
      if (Character.non_smoker && smoke)
      {
         DestroyLungs(second_hand_smoke_value);
         GetCancer();
         Die();
         EndofGame();
      }
    
       if (second_hand_smoke_value>smoke_value) SetSmoking(FALSE);
         
    }
    Last edited by VirtualAce; 11-30-2003 at 09:44 PM.

  4. #34
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    You can't use FALSE unless you include windows.h, I think

  5. #35
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

  6. #36
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Code:
    #define FALSE 0
    We won't have anything to do with const.
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  7. #37
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Originally posted by Silvercord
    neandrake of course im serious.

    d00d neandrake i love the nirvana song that your sig comes from!
    Nirvana w00t! I miss them sooo much.

    Kinda sucks how both black and white music is accepted to the point where there's nothing thought of as underground anymore.

    ::Neandrake puts on his cowboy hat::

    "We'll raise up our glasses against evil forces singing 'whiskey for my men, beer for my horses!' "
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Are you smoking?
    By audinue in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 12-31-2008, 01:05 AM
  2. Cprogramming Drinking Game
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 04-15-2004, 05:33 PM
  3. I'm 16 and drinking....................
    By Alphabird32 in forum Party Board
    Replies: 5
    Last Post: 08-10-2002, 04:25 PM
  4. German drinking.... what a place!
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-06-2001, 12:32 AM