Ok, for some reason.... this just aint working!
I am trying to get integer values from a file, but they arnt working for some reason.
Here is where I get the data:
iResolutionX = INT(dbReadString(1));
iResolutionY = INT(dbReadString(1));
iColorBits = INT(dbReadString(1));
Here is where I try to use it:
dbSetDisplayMode(iResolutionX,iResolutionY,iColorBits);
For some reason, the display mode doesnt change.
5/14/06- 1720 lines into my 3D game engine! Player Movement and File System completed. Working on weapon inventory and player classes.