VOGONS


liero

Topic actions

First post, by milicognj

User metadata
Rank Newbie
Rank
Newbie

Liero works fine, but there is no sound. Liero.snd exist (so it is version with sound).

Ognjen Milic

Reply 1 of 3, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Happens for me too.
Do you know if it uses soundblaster DAC or adlib or so? Seems to
initiate an auto-init sb playing, but nothing can be heard.

Reply 2 of 3, by milicognj

User metadata
Rank Newbie
Rank
Newbie

Game works when it is compiled wwith one change in memory.cpp in function

bool MEM_ReAllocatePages(MemHandle & handle, Bitu pages, bool sequence)

Instead of
if (handle<0) {

there should be

if (handle<=0) {

And everything works fine.

Ognjen