Commit 585c01d7 authored by Steven Fuller's avatar Steven Fuller

few things

parent e80ce60d
...@@ -91,3 +91,9 @@ at a time ...@@ -91,3 +91,9 @@ at a time
cleanups for c++ cleanups for c++
either that or use extern "C" { ... } in the header files either that or use extern "C" { ... } in the header files
* change wl_scale to use mac wolf3d's version of scaling * change wl_scale to use mac wolf3d's version of scaling
* check in wolftools and add mac wolftools (currently the res dumping stuff)
Things to try:
* Any speed gain with comparing values in screen before writing?
* Convert to a 320x200xWhatever screen first then draw all at once
* Create a native palette format instead of doing conversions each frame
...@@ -47,6 +47,7 @@ unsigned long get_TimeCount() ...@@ -47,6 +47,7 @@ unsigned long get_TimeCount()
secs--; secs--;
} }
tc = tc0 + secs * 70 + usecs * 70 / 1000000; tc = tc0 + secs * 70 + usecs * 70 / 1000000;
return tc; return tc;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment